Compare commits
No commits in common. "2ebc1249921c0e57271d6ce6106bbba9df0e06d6" and "57842ad278175c8568f0d5c61459ba7b15737f36" have entirely different histories.
2ebc124992
...
57842ad278
@ -27,6 +27,11 @@
|
|||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
rose-pine-hyprcursor
|
rose-pine-hyprcursor
|
||||||
nitch
|
nitch
|
||||||
|
nixgl.auto.nixGLDefault
|
||||||
|
nixgl.nixGLIntel
|
||||||
|
nixgl.nixGLNvidia
|
||||||
|
nixgl.nixVulkanNvidia
|
||||||
|
nixgl.nixVulkanIntel
|
||||||
# # Adds the 'hello' command to your environment. It prints a friendly
|
# # Adds the 'hello' command to your environment. It prints a friendly
|
||||||
# # "Hello, world!" when run.
|
# # "Hello, world!" when run.
|
||||||
# pkgs.hello
|
# pkgs.hello
|
||||||
@ -227,11 +232,6 @@
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
if [[ -z $DISPLAY ]] && [[ -z $WAYLAND_DISPLAY ]] && [[ $(tty) == /dev/tty1 ]]; then
|
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
|
exec nixGL Hyprland
|
||||||
fi
|
fi
|
||||||
'';
|
'';
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user