mirror of
https://github.com/eRgo35/nix-config.git
synced 2026-02-04 22:26:11 +01:00
12 lines
191 B
Nix
12 lines
191 B
Nix
{
|
|
programs.nh = {
|
|
enable = true;
|
|
flake = "/home/mike/.files";
|
|
clean = {
|
|
enable = true;
|
|
dates = "weekly";
|
|
extraArgs = "--keep-since 3d --keep 3";
|
|
};
|
|
};
|
|
}
|