cjk fonts for xelatex
This commit is contained in:
parent
65eae705d1
commit
ec7d8afdd4
2 changed files with 7 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -57,6 +57,10 @@
|
|||
fonts = {
|
||||
packages = with pkgs; [
|
||||
roboto-mono
|
||||
noto-fonts
|
||||
noto-fonts-extra
|
||||
noto-fonts-cjk-sans
|
||||
noto-fonts-cjk-serif
|
||||
];
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue