aboutsummaryrefslogtreecommitdiff
path: root/modules/nix/system
diff options
context:
space:
mode:
Diffstat (limited to 'modules/nix/system')
-rw-r--r--modules/nix/system/default.nix7
1 files changed, 6 insertions, 1 deletions
diff --git a/modules/nix/system/default.nix b/modules/nix/system/default.nix
index c35d3b3..990e562 100644
--- a/modules/nix/system/default.nix
+++ b/modules/nix/system/default.nix
@@ -15,9 +15,14 @@
# Disable channels
nix.channel.enable = false;
- programs.command-not-found.enable = false; # breaks unless you use channels
nixpkgs = {
config.allowUnfree = true;
};
+
+ programs.nh = {
+ enable = true;
+ flake = "/home/collin/nixos";
+ clean.enable = true;
+ };
}