move basic cli pkgs that doesn't need extra config to a module

This commit is contained in:
smayzy
2025-07-08 23:16:58 +02:00
parent b902e9137e
commit 3b1d577018
4 changed files with 25 additions and 8 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ in
nh.enable = true;
fzf.enable = true;
zsh.enable = true;
base-cli-pkgs.enable = true;
};
};
}