test
This commit is contained in:
parent
2ddcd12241
commit
b3bc1430a1
1 changed files with 3 additions and 3 deletions
|
@ -39,7 +39,7 @@
|
|||
desktop ? null,
|
||||
gpu ? null,
|
||||
system ? "x86_64-linux",
|
||||
theme ? "default",
|
||||
theme ? "stylix",
|
||||
type ? "default",
|
||||
repo ? "nixpkgs",
|
||||
unfree ? false
|
||||
|
@ -66,7 +66,7 @@
|
|||
desktop ? null,
|
||||
system ? "x86_64-linux",
|
||||
gpu ? null,
|
||||
theme ? "default",
|
||||
theme ? "stylix",
|
||||
format
|
||||
}: inputs.nixos-generators.nixosGenerate {
|
||||
specialArgs = { inherit inputs outputs desktop hostname username stateVersion hmStateVersion gpu system theme format; };
|
||||
|
@ -92,7 +92,7 @@
|
|||
desktop ? null,
|
||||
system ? "x86_64-linux",
|
||||
gpu ? null,
|
||||
theme ? "default",
|
||||
theme ? "stylix",
|
||||
format
|
||||
}:
|
||||
inputs.nixos-generators.nixosGenerate {
|
||||
|
|
Loading…
Reference in a new issue