Flake: Only pass stylix module to nixinator config
This commit is contained in:
@@ -215,7 +215,6 @@
|
|||||||
inputs.sops-nix.nixosModules.sops
|
inputs.sops-nix.nixosModules.sops
|
||||||
inputs.impermanence.nixosModules.impermanence
|
inputs.impermanence.nixosModules.impermanence
|
||||||
inputs.lanzaboote.nixosModules.lanzaboote
|
inputs.lanzaboote.nixosModules.lanzaboote
|
||||||
inputs.stylix.nixosModules.stylix
|
|
||||||
|
|
||||||
# We need the niri module also on the headless hosts
|
# We need the niri module also on the headless hosts
|
||||||
# so nix can parse the config (although it is disabled...)
|
# so nix can parse the config (although it is disabled...)
|
||||||
@@ -264,6 +263,7 @@
|
|||||||
extraModules =
|
extraModules =
|
||||||
[
|
[
|
||||||
inputs.disko.nixosModules.disko
|
inputs.disko.nixosModules.disko
|
||||||
|
inputs.stylix.nixosModules.stylix
|
||||||
]
|
]
|
||||||
++ commonModules;
|
++ commonModules;
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user