have unicode fonts to see Japanese or Chinese stuff

This commit is contained in:
Christoph Cullmann 2023-11-16 22:09:18 +01:00
parent 6620eb2394
commit 35101a4f28

View file

@ -313,13 +313,21 @@ in
# needed for powerlevel10k zsh stuff # needed for powerlevel10k zsh stuff
meslo-lgs-nf meslo-lgs-nf
# unicode capable font # unicode capable fonts
babelstone-han
dejavu_fonts
ipafont
kochi-substitute
noto-fonts noto-fonts
noto-fonts-cjk
noto-fonts-cjk-sans
noto-fonts-cjk-serif
noto-fonts-extra noto-fonts-extra
noto-fonts-emoji noto-fonts-emoji
# nice mono spaced fonts # nice mono spaced fonts
fira-code fira-code
fira-code-symbols
iosevka-bin iosevka-bin
victor-mono victor-mono
]; ];
@ -329,6 +337,8 @@ in
# better default fonts # better default fonts
defaultFonts = { defaultFonts = {
monospace = ["Iosevka"]; monospace = ["Iosevka"];
sansSerif = ["Noto Sans"];
serif = ["Noto Serif"];
}; };
}; };
}; };