added nixGL check to .profile
This commit is contained in:
parent
2ebc124992
commit
3ed7957e81
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user