{ lib, config, ... }: { config = lib.mkIf config.modules.nix.extend { programs.nh = { enable = true; clean.enable = false; }; }; }