nix-config/modules/nix/nh.nix
2025-06-28 13:59:09 +00:00

10 lines
187 B
Nix

{ config, lib, pkgs, ...}:
{
programs.nh = {
enable = true;
clean.enable = true;
clean.extraArgs = "--keep-since 30d --keep 10";
flake = "/home/smayzy/nix-config";
};
}