diff --git a/config/base.nix b/config/base.nix index bfc8e92..af75a1f 100644 --- a/config/base.nix +++ b/config/base.nix @@ -9,9 +9,9 @@ in { options.customPkgs.installFiles = lib.mkOption { type = lib.types.package; }; - _moduleArgs = { - inherit (config.customPkgs.installFiles) customPkgs; - }; + # _moduleArgs = { + # inherit (config.customPkgs.installFiles) customPkgs; + # }; config = { imports = [ (import ../quickly.nix )