From d1f0a93fa7c00bc2bccd247bf5fb840901d3b8ac Mon Sep 17 00:00:00 2001 From: punkfairie Date: Sat, 22 Mar 2025 15:44:21 -0700 Subject: [PATCH] fix(home/appearance): Import global stylix BEFORE overrides --- modules/home/appearance/base/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/home/appearance/base/default.nix b/modules/home/appearance/base/default.nix index 576d9c5..8c47535 100644 --- a/modules/home/appearance/base/default.nix +++ b/modules/home/appearance/base/default.nix @@ -26,7 +26,8 @@ in { }; stylix = - { + (import "${inputs.self}/stylix.nix" {inherit pkgs;}) + // { iconTheme = { package = pkgs.kora-icon-theme; dark = "kora"; @@ -34,8 +35,7 @@ in { }; fonts.sizes.terminal = lib.mkIf (is-darwin system) 14; - } - // import "${inputs.self}/stylix.nix" {inherit pkgs;}; + }; home.packages = with pkgs; [ kora-icon-theme