Added a few nice chinese fonts.
This commit is contained in:
parent
437d2f0f2e
commit
ea53feeb74
1 changed files with 4 additions and 1 deletions
|
@ -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
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue