chore: remove unused fonts, init others

This commit is contained in:
notohh 2023-03-31 18:56:19 -04:00
parent 622a62c003
commit 0964d3b007
Signed by: notohh
GPG key ID: BD47506D475EE86D

View file

@ -7,13 +7,12 @@
enableDefaultFonts = false;
fontDir.enable = true;
fonts = with pkgs; [
inter
jetbrains-mono
nerdfonts
noto-fonts-cjk-sans
noto-fonts
noto-fonts-cjk
twemoji-color-font
font-awesome
fira-code-symbols
kochi-substitute
ipafont
];
@ -22,9 +21,10 @@
enable = true;
allowBitmaps = true;
defaultFonts = {
monospace = ["JetBrainsMono Nerd Font"];
sansSerif = ["Noto Sans" "Noto Color Emoji"];
emoji = ["Twitter Color Emoji"];
monospace = [ "JetBrainsMono Nerd Font" "Twitter Color Emoji" ];
serif = [ "Noto Serif" "Twitter Color Emoji" ];
sansSerif = [ "Noto Sans" "Twitter Color Emoji" ];
emoji = [ "Twitter Color Emoji" ];
};
hinting.style = "hintfull";