This commit is contained in:
iFargle 2023-12-14 20:23:43 +09:00
parent a8401380cf
commit 25a2d4916c

View file

@ -86,7 +86,7 @@
gpu ? null, gpu ? null,
theme ? "default" theme ? "default"
}: inputs.nixpkgs.lib.nixosSystem { }: inputs.nixpkgs.lib.nixosSystem {
specialArgs = { inherit inputs outputs desktop hostname username stateVersion hmStateVersion gpu platform theme format; }; specialArgs = { inherit inputs outputs desktop hostname username stateVersion hmStateVersion gpu platform theme; };
system = platform; system = platform;
modules = [ modules = [