fix(home/appearance): Import global stylix BEFORE overrides
This commit is contained in:
parent
cbc6ea3ebf
commit
d1f0a93fa7
1 changed files with 3 additions and 3 deletions
|
@ -26,7 +26,8 @@ in {
|
||||||
};
|
};
|
||||||
|
|
||||||
stylix =
|
stylix =
|
||||||
{
|
(import "${inputs.self}/stylix.nix" {inherit pkgs;})
|
||||||
|
// {
|
||||||
iconTheme = {
|
iconTheme = {
|
||||||
package = pkgs.kora-icon-theme;
|
package = pkgs.kora-icon-theme;
|
||||||
dark = "kora";
|
dark = "kora";
|
||||||
|
@ -34,8 +35,7 @@ in {
|
||||||
};
|
};
|
||||||
|
|
||||||
fonts.sizes.terminal = lib.mkIf (is-darwin system) 14;
|
fonts.sizes.terminal = lib.mkIf (is-darwin system) 14;
|
||||||
}
|
};
|
||||||
// import "${inputs.self}/stylix.nix" {inherit pkgs;};
|
|
||||||
|
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
kora-icon-theme
|
kora-icon-theme
|
||||||
|
|
Loading…
Reference in a new issue