mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 04:19:19 -08:00
8 lines
156 B
Nix
8 lines
156 B
Nix
_: {
|
|
# TODO: add the same treatment as the other nix gc script
|
|
nix.gc = {
|
|
automatic = true;
|
|
frequency = "weekly";
|
|
persistent = true;
|
|
};
|
|
}
|