diff --git a/lib/default.nix b/lib/default.nix index 66870399..37b808be 100644 --- a/lib/default.nix +++ b/lib/default.nix @@ -84,7 +84,8 @@ desktop ? null, platform ? "aarch64-linux", gpu ? null, - theme ? "default" + theme ? "default", + type ? null }: inputs.nixpkgs.lib.nixosSystem { specialArgs = { inherit inputs outputs desktop hostname username stateVersion hmStateVersion gpu platform theme; }; system = platform;