Compare commits
No commits in common. "2ebc1249921c0e57271d6ce6106bbba9df0e06d6" and "57842ad278175c8568f0d5c61459ba7b15737f36" have entirely different histories.
2ebc124992
...
57842ad278
@ -27,6 +27,11 @@
|
||||
home.packages = with pkgs; [
|
||||
rose-pine-hyprcursor
|
||||
nitch
|
||||
nixgl.auto.nixGLDefault
|
||||
nixgl.nixGLIntel
|
||||
nixgl.nixGLNvidia
|
||||
nixgl.nixVulkanNvidia
|
||||
nixgl.nixVulkanIntel
|
||||
# # Adds the 'hello' command to your environment. It prints a friendly
|
||||
# # "Hello, world!" when run.
|
||||
# pkgs.hello
|
||||
@ -227,11 +232,6 @@
|
||||
fi
|
||||
|
||||
if [[ -z $DISPLAY ]] && [[ -z $WAYLAND_DISPLAY ]] && [[ $(tty) == /dev/tty1 ]]; then
|
||||
# Check if nixGL is available, otherwise install it
|
||||
if ! command -v nixGL &> /dev/null; then
|
||||
echo "nixGL not found, installing..."
|
||||
nix profile install github:guibou/nixGL --impure
|
||||
fi
|
||||
exec nixGL Hyprland
|
||||
fi
|
||||
'';
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user