diff --git a/lib/default.nix b/lib/default.nix index 012e4d4a..68d321cd 100644 --- a/lib/default.nix +++ b/lib/default.nix @@ -49,13 +49,8 @@ config.allowUnfree = unfree; hostPlatform = system; }; - unstable-pkgs = import inputs.nixpkgs-unstable { - inherit system; - config.allowUnfree = unfree; - hostPlatform = system; - }; - inputs.${repo}.lib.nixosSystem = { + inputs.${repo}.lib.nixosSystem { specialArgs = { inherit inputs outputs desktop hostname username stateVersion gpu system theme; }; modules = [ # Types are 'default', 'small', and 'minimal'