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