From a47d10001d09a99964854cfa79c4a477840bf6e6 Mon Sep 17 00:00:00 2001 From: Crony Akatsuki Date: Sun, 23 Mar 2025 21:33:00 +0100 Subject: [PATCH] fix(server): load stylix module correctly. --- hosts/server/home.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/server/home.nix b/hosts/server/home.nix index fbfe9a2..5dbfa04 100644 --- a/hosts/server/home.nix +++ b/hosts/server/home.nix @@ -13,7 +13,7 @@ ../../modules/cross-platform/home-manager/zsh.nix ../../modules/cross-platform/home-manager/neovim.nix inputs.nvf.homeManagerModules.default - inputs.stylix.homeManagerModules.default + inputs.stylix.homeManagerModules.stylix ]; crony.zsh.enable = true;