From d1b0087b5d5c841c28bcdfadc3bf0815ce2719e4 Mon Sep 17 00:00:00 2001 From: iFargle Date: Thu, 14 Dec 2023 20:29:39 +0900 Subject: [PATCH] test --- lib/default.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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;