This commit is contained in:
cnst
2024-07-31 18:37:22 +02:00
parent d0a57deacd
commit 0eeca7d8a4
7 changed files with 40 additions and 24 deletions

View File

@@ -0,0 +1,11 @@
{
environment.variables.FLAKE = "/home/toothpick/.nix-config";
programs = {
nh = {
enable = true;
clean.enable = true;
clean.extraArgs = "--keep-since 4d --keep 3";
flake = "/home/toothpick/.nix-config";
};
};
}