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,
|
desktop ? null,
|
||||||
gpu ? null,
|
gpu ? null,
|
||||||
system ? "x86_64-linux",
|
system ? "x86_64-linux",
|
||||||
theme ? "default",
|
theme ? "stylix",
|
||||||
type ? "default",
|
type ? "default",
|
||||||
repo ? "nixpkgs",
|
repo ? "nixpkgs",
|
||||||
unfree ? false
|
unfree ? false
|
||||||
|
@ -66,7 +66,7 @@
|
||||||
desktop ? null,
|
desktop ? null,
|
||||||
system ? "x86_64-linux",
|
system ? "x86_64-linux",
|
||||||
gpu ? null,
|
gpu ? null,
|
||||||
theme ? "default",
|
theme ? "stylix",
|
||||||
format
|
format
|
||||||
}: inputs.nixos-generators.nixosGenerate {
|
}: inputs.nixos-generators.nixosGenerate {
|
||||||
specialArgs = { inherit inputs outputs desktop hostname username stateVersion hmStateVersion gpu system theme format; };
|
specialArgs = { inherit inputs outputs desktop hostname username stateVersion hmStateVersion gpu system theme format; };
|
||||||
|
@ -92,7 +92,7 @@
|
||||||
desktop ? null,
|
desktop ? null,
|
||||||
system ? "x86_64-linux",
|
system ? "x86_64-linux",
|
||||||
gpu ? null,
|
gpu ? null,
|
||||||
theme ? "default",
|
theme ? "stylix",
|
||||||
format
|
format
|
||||||
}:
|
}:
|
||||||
inputs.nixos-generators.nixosGenerate {
|
inputs.nixos-generators.nixosGenerate {
|
||||||
|
|
Loading…
Reference in a new issue