diff --git a/lib/default.nix b/lib/default.nix index 6d02a357..318b9c38 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 nixkpgs { inherit system; } + pkgs = import nixkpgs { inherit system; }; modules = [ ../nixos