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