From a537daccbfaa817de426b1b2fffb57dbf4b2d7ec Mon Sep 17 00:00:00 2001 From: aaron Date: Tue, 16 Dec 2025 22:57:33 +0100 Subject: [PATCH] feature(packages): add nix-helper tool --- hosts/neon/configuration.nix | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/hosts/neon/configuration.nix b/hosts/neon/configuration.nix index 97b01b8..12e127a 100644 --- a/hosts/neon/configuration.nix +++ b/hosts/neon/configuration.nix @@ -132,7 +132,10 @@ ltrace mtr neovim + nh + nix-output-monitor nmap + nvd p7zip pciutils sddm-astronaut @@ -188,6 +191,11 @@ home-manager.useUserPackages = true; home-manager.backupFileExtension = "backup"; + # add flake env variable for nh + environment.sessionVariables = { + NH_FLAKE = "/home/aaron/git/nixconfig"; + }; + # install state version system.stateVersion = "25.11"; # Don't change }