nix: added noto-sans-cjk font for chinese and japanese characters

This commit is contained in:
Nico 2025-05-03 16:15:58 +10:00
parent ee1d187ab5
commit 267766c400

View file

@ -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
]; ];