From 82ec91b4d2c253c6ccb783f960a2788f230d6ad1 Mon Sep 17 00:00:00 2001 From: Collin Williams <96917990+bluedragon1221@users.noreply.github.com> Date: Tue, 8 Jul 2025 17:03:20 +0000 Subject: start avoiding lib.enum; start using hjem generators --- modules/nix/system/default.nix | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'modules/nix') 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; + }; } -- cgit v1.3.1