mirror of
https://github.com/sadan4/dotfiles.git
synced 2025-01-18 19:23:39 -05:00
13 lines
214 B
Nix
13 lines
214 B
Nix
|
{ NAME }: { ... }: {
|
||
|
programs = {
|
||
|
nh = {
|
||
|
enable = true;
|
||
|
clean = {
|
||
|
enable = true;
|
||
|
extraArgs = "--keep-since 4d --keep 3";
|
||
|
};
|
||
|
flake = "/home/${NAME}/nixos"
|
||
|
};
|
||
|
};
|
||
|
}
|