9 lines
156 B
Nix
9 lines
156 B
Nix
{...}: {
|
|
config = {
|
|
programs.nh = {
|
|
enable = true;
|
|
clean.enable = true;
|
|
clean.extraArgs = "--keep-since 4d --keep 3";
|
|
};
|
|
};
|
|
}
|