Files
cnix/sys/opt/nh/toothpc.nix
2024-08-02 21:27:09 +02:00

12 lines
250 B
Nix

{
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";
};
};
}