feat: add nh
This commit is contained in:
parent
ab009108dd
commit
ac2b4b2c6d
2 changed files with 9 additions and 0 deletions
|
@ -2,6 +2,7 @@
|
|||
imports = [
|
||||
#./doc.nix
|
||||
./index.nix
|
||||
./nh.nix
|
||||
./nix-ld.nix
|
||||
];
|
||||
}
|
||||
|
|
8
modules/software/nix-helper/nh.nix
Normal file
8
modules/software/nix-helper/nh.nix
Normal file
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
programs.nh = {
|
||||
enable = true;
|
||||
#clean.enable = true;
|
||||
#clean.extraArgs = "--keep-since 4d --keep 3";
|
||||
#flake = "/home/user/my-nixos-config";
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue