added nixGL check to .profile

This commit is contained in:
sascha.koenig 2025-11-12 07:40:46 +01:00
parent 2ebc124992
commit 3ed7957e81

View File

@ -230,7 +230,7 @@
# 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
nix profile add github:guibou/nixGL --impure
fi
exec nixGL Hyprland
fi