nix-config/modules/nix/nh.nix

10 lines
170 B
Nix

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