test
This commit is contained in:
parent
a8401380cf
commit
25a2d4916c
1 changed files with 1 additions and 1 deletions
|
@ -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 = [
|
||||||
|
|
Loading…
Reference in a new issue