13 lines
204 B
Nix
13 lines
204 B
Nix
|
# Nix-Helper: github.com/viperML/nh
|
||
|
{
|
||
|
programs.nh = {
|
||
|
enable = true;
|
||
|
flake = ../.;
|
||
|
clean = {
|
||
|
enable = true;
|
||
|
dates = "weekly";
|
||
|
extraArgs = "--keep-since 30d";
|
||
|
};
|
||
|
};
|
||
|
}
|