mirror of
https://github.com/RichieCahill/dotfiles.git
synced 2026-04-17 13:08:19 -04:00
11 lines
158 B
Nix
11 lines
158 B
Nix
{
|
|
programs.nh = {
|
|
enable = true;
|
|
clean = {
|
|
enable = true;
|
|
dates = "weekly";
|
|
extraArgs = "--keep-since 7d --keep 3";
|
|
};
|
|
};
|
|
}
|