11 lines
178 B
Nix
11 lines
178 B
Nix
{
|
|
programs.nh = {
|
|
enable = true;
|
|
# weekly cleanup
|
|
clean = {
|
|
enable = true;
|
|
extraArgs = "--keep-since 7d";
|
|
};
|
|
flake = "/home/jsw/NiksOS";
|
|
};
|
|
}
|