cjk fonts for xelatex

This commit is contained in:
Benson Chu 2024-08-17 20:10:06 -05:00
parent 65eae705d1
commit ec7d8afdd4
2 changed files with 7 additions and 0 deletions

View file

@ -31,6 +31,7 @@
ledger2beancount beancount
mailutils
pandoc texlive.combined.scheme-full
texlivePackages.noto
w3m lynx
# sendmail
@ -72,6 +73,8 @@
beets
clint
# chromaprint
lxml
]))
chromaprint

View file

@ -57,6 +57,10 @@
fonts = {
packages = with pkgs; [
roboto-mono
noto-fonts
noto-fonts-extra
noto-fonts-cjk-sans
noto-fonts-cjk-serif
];
};