From 8b4690fc73c370b34a58ee4aa5427bae03656301 Mon Sep 17 00:00:00 2001 From: Gabriel Arazas Date: Wed, 13 Jul 2022 21:50:31 +0800 Subject: [PATCH] profiles/i18n: add more fonts for home configs --- modules/home-manager/profiles/i18n.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/modules/home-manager/profiles/i18n.nix b/modules/home-manager/profiles/i18n.nix index e1ffa442..a724ae51 100644 --- a/modules/home-manager/profiles/i18n.nix +++ b/modules/home-manager/profiles/i18n.nix @@ -12,6 +12,8 @@ in { home.packages = with pkgs; [ noto-fonts noto-fonts-cjk + noto-fonts-cjk-sans + noto-fonts-cjk-serif noto-fonts-extra noto-fonts-emoji ]; @@ -24,6 +26,8 @@ in { fcitx5-lua # Add Lua support. fcitx5-rime # Chinese input addon. fcitx5-mozc # Japanese input addon. + fcitx5-table-extra + fcitx5-table-other ]; };