mirror of
https://github.com/anotherhadi/nixy.git
synced 2026-08-21 18:55:47 +02:00
99e100334b
Former-commit-id: 9ffeb42e14
9 lines
205 B
Nix
9 lines
205 B
Nix
{ config, ... }: {
|
|
programs.nh = {
|
|
enable = true;
|
|
flake = config.var.configDirectory;
|
|
clean.enable = config.var.autoGarbageCollector;
|
|
clean.extraArgs = "--keep-since 4d --keep 3";
|
|
};
|
|
}
|