feat: Added nh
This commit is contained in:
@@ -7,6 +7,7 @@
|
|||||||
# Include the results of the hardware scan.
|
# Include the results of the hardware scan.
|
||||||
./ryu.nix
|
./ryu.nix
|
||||||
./services
|
./services
|
||||||
|
./programs
|
||||||
# ./vms
|
# ./vms
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|||||||
9
nixos/ryu/programs/default.nix
Normal file
9
nixos/ryu/programs/default.nix
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
{
|
||||||
|
pkgs,
|
||||||
|
lib,
|
||||||
|
...
|
||||||
|
}: {
|
||||||
|
imports = [
|
||||||
|
./nh.nix
|
||||||
|
];
|
||||||
|
}
|
||||||
8
nixos/ryu/programs/nh.nix
Normal file
8
nixos/ryu/programs/nh.nix
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
{...}: {
|
||||||
|
programs.nh = {
|
||||||
|
enable = true;
|
||||||
|
clean.enable = true;
|
||||||
|
clean.extraArgs = "--keep-since 4d --keep 3";
|
||||||
|
flake = "/home/servius/Projects/dotfiles";
|
||||||
|
};
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user