diff --git a/lib/default.nix b/lib/default.nix index 0221de40..afd748e8 100644 --- a/lib/default.nix +++ b/lib/default.nix @@ -47,7 +47,7 @@ specialArgs = { inherit inputs outputs desktop hostname username stateVersion gpu platform theme format; }; system = platform; format = format; - pkgs = import inputs.nixkpgs { inherit system; }; + pkgs = import inputs.nixkpgs { inherit platform; }; modules = [ ../nixos