From 3ed7957e81fcdec9b2c854ad681c0ff8b224609e Mon Sep 17 00:00:00 2001 From: "sascha.koenig" Date: Wed, 12 Nov 2025 07:40:46 +0100 Subject: [PATCH] added nixGL check to .profile --- home/logistik/home.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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