fix: emoji + symbol fonts
This commit is contained in:
parent
2580d080bb
commit
0e18aa95bc
|
@ -40,7 +40,12 @@ in
|
|||
|
||||
# fonts
|
||||
fonts.fonts = with pkgs; [
|
||||
fira-code fira-code-symbols
|
||||
noto-fonts
|
||||
noto-fonts-cjk
|
||||
noto-fonts-extra
|
||||
noto-fonts-emoji
|
||||
fira-code
|
||||
fira-code-symbols
|
||||
(nerdfonts.override { fonts = [ "FiraCode" ]; })
|
||||
];
|
||||
|
||||
|
@ -202,7 +207,7 @@ in
|
|||
settings = {
|
||||
import = [ "${catppuccin-alacritty}/catppuccin-mocha.yml" ];
|
||||
window.opacity = 0.825;
|
||||
font.size = 9.25;
|
||||
font.size = 9.5;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue