1 2 3 4 5 6 7 8 9
{ lib, config, ... }: { config = lib.mkIf config.modules.nix.extend { programs.nh = { enable = true; clean.enable = false; }; }; }