test
This commit is contained in:
parent
c4505ef138
commit
21b337e3cb
1 changed files with 3 additions and 2 deletions
|
@ -40,7 +40,8 @@
|
||||||
platform ? "x86_64-linux",
|
platform ? "x86_64-linux",
|
||||||
gpu ? null,
|
gpu ? null,
|
||||||
theme ? "default",
|
theme ? "default",
|
||||||
format
|
format ,
|
||||||
|
system ? "x86_64-linux"
|
||||||
}:
|
}:
|
||||||
inputs.nixos-generators.nixosGenerate {
|
inputs.nixos-generators.nixosGenerate {
|
||||||
specialArgs = { inherit inputs outputs desktop hostname username stateVersion gpu platform theme format; };
|
specialArgs = { inherit inputs outputs desktop hostname username stateVersion gpu platform theme format; };
|
||||||
|
@ -51,7 +52,7 @@
|
||||||
inputs.lanzaboote.nixosModules.lanzaboote
|
inputs.lanzaboote.nixosModules.lanzaboote
|
||||||
inputs.home-manager.nixosModules.home-manager {
|
inputs.home-manager.nixosModules.home-manager {
|
||||||
extraSpecialArgs = { inherit inputs outputs desktop hostname username stateVersion gpu platform theme format; };
|
extraSpecialArgs = { inherit inputs outputs desktop hostname username stateVersion gpu platform theme format; };
|
||||||
home-manager.users."$username" = import ../home-manager { inherit system = paltform; };
|
home-manager.users."$username" = import ../home-manager { inherit system; };
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue