1
0
Fork 0
mirror of https://git.sr.ht/~azikx/wyswort synced 2024-10-30 11:26:20 +00:00
wyswort/host/misc/nh.nix
2024-10-15 22:18:01 +09:00

9 lines
180 B
Nix

{ ... }: {
programs.nh = { # NIX HELPER
enable = true;
clean.enable = true;
clean.extraArgs = "--keep-since 4d --keep 3";
flake = "/home/megamozg/.flake";
};
}