From 6a4d92b4780a5e4e0860020efd4daebd6870cc7b Mon Sep 17 00:00:00 2001 From: Christoph Urlacher Date: Sat, 25 Jul 2026 15:49:03 +0200 Subject: [PATCH] Flake: Only pass stylix module to nixinator config --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 9cc31db..35dc862 100644 --- a/flake.nix +++ b/flake.nix @@ -215,7 +215,6 @@ inputs.sops-nix.nixosModules.sops inputs.impermanence.nixosModules.impermanence inputs.lanzaboote.nixosModules.lanzaboote - inputs.stylix.nixosModules.stylix # We need the niri module also on the headless hosts # so nix can parse the config (although it is disabled...) @@ -264,6 +263,7 @@ extraModules = [ inputs.disko.nixosModules.disko + inputs.stylix.nixosModules.stylix ] ++ commonModules; };