9 lines
175 B
Nix
9 lines
175 B
Nix
{...}: {
|
|
programs.nh = {
|
|
enable = true;
|
|
clean.enable = true;
|
|
clean.extraArgs = "--keep-since 4d --keep 3";
|
|
flake = "/home/servius/Projects/dotfiles";
|
|
};
|
|
}
|