aboutsummaryrefslogtreecommitdiff
path: root/modules/terminal/system/programs/nh.nix
diff options
context:
space:
mode:
authorCollin Williams <96917990+bluedragon1221@users.noreply.github.com>2025-07-08 17:03:20 +0000
committerCollin Williams <96917990+bluedragon1221@users.noreply.github.com>2025-07-08 17:14:14 +0000
commit82ec91b4d2c253c6ccb783f960a2788f230d6ad1 (patch)
tree94dad925340787e5a045d9bb0d094f71dedce036 /modules/terminal/system/programs/nh.nix
parentcfe198ee85f3c5ee41f4221f49b73dd492b42fdc (diff)
start avoiding lib.enum; start using hjem generators
Diffstat (limited to 'modules/terminal/system/programs/nh.nix')
-rw-r--r--modules/terminal/system/programs/nh.nix14
1 files changed, 0 insertions, 14 deletions
diff --git a/modules/terminal/system/programs/nh.nix b/modules/terminal/system/programs/nh.nix
deleted file mode 100644
index 2fcd674..0000000
--- a/modules/terminal/system/programs/nh.nix
+++ /dev/null
@@ -1,14 +0,0 @@
-{
- 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;
- };
- }