Added a few nice chinese fonts.

This commit is contained in:
Kevin Baensch 2019-08-04 00:45:13 +02:00
parent 437d2f0f2e
commit ea53feeb74

View file

@ -12,6 +12,8 @@ mkIf (elem "fonts" config.machine.conffiles) {
includeUserConf = false; includeUserConf = false;
}; };
fonts = with pkgs; [ fonts = with pkgs; [
arphic-ukai
arphic-uming
corefonts # Microsoft free fonts corefonts # Microsoft free fonts
dejavu_fonts dejavu_fonts
font-awesome-ttf font-awesome-ttf
@ -21,14 +23,15 @@ mkIf (elem "fonts" config.machine.conffiles) {
noto-fonts-emoji noto-fonts-emoji
noto-fonts-extra noto-fonts-extra
powerline-fonts powerline-fonts
source-sans-pro
source-han-sans-japanese source-han-sans-japanese
source-han-sans-korean source-han-sans-korean
source-han-sans-simplified-chinese source-han-sans-simplified-chinese
source-han-sans-traditional-chinese source-han-sans-traditional-chinese
source-sans-pro
symbola symbola
ubuntu_font_family ubuntu_font_family
wqy_microhei wqy_microhei
wqy_zenhei
]; ];
}; };
} }