fix(home/appearance): Import global stylix BEFORE overrides

This commit is contained in:
punkfairie 2025-03-22 15:44:21 -07:00
parent cbc6ea3ebf
commit d1f0a93fa7
Signed by: punkfairie
GPG key ID: 8CEDBFDF5C0D613D

View file

@ -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