Now using nh

This commit is contained in:
2025-05-06 17:45:05 +02:00
parent 4881a205ea
commit 46c6deebda
4 changed files with 13 additions and 15 deletions

View File

@@ -4,14 +4,6 @@
./fonts.nix
];
nix.gc = {
automatic = true;
dates = "weekly";
options = "--delete-older-than 1w";
};
nix.optimise.automatic = true;
time.timeZone = "Europe/Rome";
# Select internationalisation properties.

View File

@@ -62,4 +62,9 @@
enable = true;
remotePlay.openFirewall = true;
} else {};
programs.nh = {
enable = true;
clean.enable = true;
};
}