From d77ff01a7cebdddb299bef536cdce056bd4e25f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ji=C5=99=C3=AD=20Maxmili=C3=A1n=20St=C5=99=C3=ADbrn=C3=BD?= Date: Sun, 15 Mar 2026 12:16:16 +0100 Subject: [PATCH] non important commit --- flake.nix | 4 ++++ 1 file changed, 4 insertions(+) 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 + ]; }; } ];