1
0
Fork 0

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
1 changed files with 4 additions and 1 deletions

View File

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