fix(font): allow reading chinese characters
This commit is contained in:
parent
961481549f
commit
23d6686697
1 changed files with 2 additions and 0 deletions
|
@ -157,6 +157,8 @@ in
|
|||
fonts.packages = lib.attrVals [
|
||||
"noto-fonts"
|
||||
"noto-fonts-emoji"
|
||||
"noto-fonts-cjk-sans"
|
||||
"noto-fonts-cjk-serif"
|
||||
"liberation_ttf"
|
||||
"ipafont"
|
||||
] pkgs ++ builtins.filter lib.attrsets.isDerivation (builtins.attrValues pkgs.nerd-fonts);
|
||||
|
|
Loading…
Reference in a new issue