diff --git a/lib/default.nix b/lib/default.nix index 9e3937f2..c1a5295e 100644 --- a/lib/default.nix +++ b/lib/default.nix @@ -44,7 +44,7 @@ repo ? "nixpkgs" }: inputs.nixpkgs.lib.nixosSystem { specialArgs = { inherit inputs outputs desktop hostname username stateVersion gpu system theme; }; - pkgs = import inputs.${repo} { inherit system; }; + pkgs = import inputs.${repo} { inherit system; config = {}; }; modules = [ # Types are 'default', 'small', and 'minimal'