diff --git a/modules/home/de/hyprland/settings.nix b/modules/home/de/hyprland/settings.nix index b9181ba..f976531 100644 --- a/modules/home/de/hyprland/settings.nix +++ b/modules/home/de/hyprland/settings.nix @@ -72,7 +72,7 @@ "special:music, on-created-empty:spotify" "special:chat, on-created-empty:discord" - "special:flake, on-created-empty:kitty --directory ${config.home.sessionVariables.FLAKE}" + "special:flake, on-created-empty:kitty --directory ${config.home.sessionVariables.NH_FLAKE}" "special:monitor, on-created-empty:kitty btm" "special:files, on-created-empty:nemo" ]; diff --git a/users/seb/home.nix b/users/seb/home.nix index 2c67f2d..a6c23bc 100644 --- a/users/seb/home.nix +++ b/users/seb/home.nix @@ -2,7 +2,7 @@ { imports = [ ../common-home.nix ]; - home.sessionVariables.FLAKE = "~/Projects/nixos-config"; + home.sessionVariables.NH_FLAKE = "~/Projects/nixos-config"; custom = { sops.enable = true;