From f649437b2f43887b1af48be2460c7bedaf2deca9 Mon Sep 17 00:00:00 2001 From: SebastianStork Date: Tue, 7 Oct 2025 23:49:16 +0200 Subject: [PATCH] Revert "Use env var `FLAKE` instead of `NH_FLAKE`" This reverts commit 92a3ca139be659e911beff4e6b9a6e2921f8e713. --- modules/home/de/hyprland/settings.nix | 2 +- users/seb/home.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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;