From ea53feeb7464bc63d449ec7ae9f3bdda4f18ef7b Mon Sep 17 00:00:00 2001 From: derped Date: Sun, 4 Aug 2019 00:45:13 +0200 Subject: [PATCH] Added a few nice chinese fonts. --- config/fonts.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/config/fonts.nix b/config/fonts.nix index 761b831..5ae6702 100644 --- a/config/fonts.nix +++ b/config/fonts.nix @@ -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 ]; }; }