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

View file

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