diff --git a/flake.nix b/flake.nix index e404409..c1301fe 100644 --- a/flake.nix +++ b/flake.nix @@ -65,6 +65,10 @@ imports = [./home/${device-name}/home.nix]; home.stateVersion = "25.11"; }; + + sharedModules = [ + inputs.stylix.homeManager.stylix + ]; }; } ];