forked from nico/dots
nix: added noto-sans-cjk font for chinese and japanese characters
This commit is contained in:
parent
ee1d187ab5
commit
267766c400
1 changed files with 1 additions and 0 deletions
|
|
@ -24,6 +24,7 @@
|
||||||
fontDir.enable = true; # fixes some programs
|
fontDir.enable = true; # fixes some programs
|
||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
noto-fonts # most langs and emojis
|
noto-fonts # most langs and emojis
|
||||||
|
noto-fonts-cjk-sans # gets japanese and chinese langs
|
||||||
nerdfonts # programming fonts
|
nerdfonts # programming fonts
|
||||||
corefonts # basic web fonts
|
corefonts # basic web fonts
|
||||||
];
|
];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue