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