diff options
Diffstat (limited to 'modules/common/nix.nix')
-rw-r--r-- | modules/common/nix.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/common/nix.nix b/modules/common/nix.nix index 58d572f..6a75e85 100644 --- a/modules/common/nix.nix +++ b/modules/common/nix.nix @@ -95,6 +95,8 @@ in overlays = [ inputs.self.overlays.default ]; }; + programs.nh.enable = this.isHeadful; + environment = { defaultPackages = [ ]; systemPackages = |