From fabc1603e42673afddde37ef121e0b8935559086 Mon Sep 17 00:00:00 2001 From: Collin Williams <96917990+bluedragon1221@users.noreply.github.com> Date: Tue, 8 Jul 2025 14:55:31 +0000 Subject: move stuff to their own files; system update --- modules/terminal/system/programs/nh.nix | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 modules/terminal/system/programs/nh.nix (limited to 'modules/terminal/system/programs/nh.nix') diff --git a/modules/terminal/system/programs/nh.nix b/modules/terminal/system/programs/nh.nix new file mode 100644 index 0000000..2fcd674 --- /dev/null +++ b/modules/terminal/system/programs/nh.nix @@ -0,0 +1,14 @@ +{ + config, + lib, + ... +}: let + cfg = config.collinux.terminal.programs.nh; +in + lib.mkIf cfg.enable { + programs.nh = { + enable = true; + flake = "/home/collin/nixos"; + clean.enable = true; + }; + } -- cgit v1.3.1