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
|
# Check if nixGL is available, otherwise install it
|
||||||
if ! command -v nixGL &> /dev/null; then
|
if ! command -v nixGL &> /dev/null; then
|
||||||
echo "nixGL not found, installing..."
|
echo "nixGL not found, installing..."
|
||||||
nix profile install github:guibou/nixGL --impure
|
nix profile add github:guibou/nixGL --impure
|
||||||
fi
|
fi
|
||||||
exec nixGL Hyprland
|
exec nixGL Hyprland
|
||||||
fi
|
fi
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user