diff --git a/home/logistik/home.nix b/home/logistik/home.nix index cb69afc..d4c437c 100644 --- a/home/logistik/home.nix +++ b/home/logistik/home.nix @@ -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