From 0854f93136576ce292dc82faa23c09dacb41d1a1 Mon Sep 17 00:00:00 2001 From: SebastianStork Date: Fri, 20 Feb 2026 14:37:01 +0100 Subject: [PATCH] home: Remove `NH_FLAKE` env var --- modules/home/de/hyprland/settings.nix | 2 +- users/seb/home.nix | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/modules/home/de/hyprland/settings.nix b/modules/home/de/hyprland/settings.nix index 22a68c9..6960332 100644 --- a/modules/home/de/hyprland/settings.nix +++ b/modules/home/de/hyprland/settings.nix @@ -91,7 +91,7 @@ "special:music, on-created-empty:spotify" "special:chat, on-created-empty:discord" - "special:flake, on-created-empty:kitty --directory ${config.home.sessionVariables.NH_FLAKE}" + "special:flake, on-created-empty:kitty --directory ~/Projects/nixos-config" "special:monitor, on-created-empty:kitty btop" "special:files, on-created-empty:nemo" ]; diff --git a/users/seb/home.nix b/users/seb/home.nix index 5f2ff0b..92a3b33 100644 --- a/users/seb/home.nix +++ b/users/seb/home.nix @@ -16,8 +16,6 @@ }; }; - home.sessionVariables.NH_FLAKE = "~/Projects/nixos-config"; - custom = { sops.enable = true;