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
|
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
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue