feat: hmm?

This commit is contained in:
Kat Inskip 2025-08-18 15:35:45 -07:00
parent 4559f5f9c4
commit ccb6890f93
Signed by: kat
GPG key ID: 465E64DECEA8CF0F
3 changed files with 14 additions and 9 deletions

View file

@ -1,9 +1,12 @@
_: {
{pkgs, ...}: {
# TODO: add the same treatment as the other nix gc script
nix.gc = {
automatic = true;
frequency = "weekly";
persistent = true;
nix = {
gc = {
automatic = true;
frequency = "weekly";
persistent = true;
};
package = pkgs.lix;
};
# adds to nixpkgs.overlay, made irrelevant due to `home-manager.useGlobalPkgs`
#chaotic.nyx.overlay.enable = false;