diff options
Diffstat (limited to 'nixos/desktop')
| -rw-r--r-- | nixos/desktop/default.nix | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/nixos/desktop/default.nix b/nixos/desktop/default.nix index f54acb8..13d3598 100644 --- a/nixos/desktop/default.nix +++ b/nixos/desktop/default.nix @@ -47,6 +47,18 @@ }; }; + i18n.inputMethod = { + type = "fcitx5"; + enable = true; + fcitx5.addons = with pkgs; [ + fcitx5-gtk + fcitx5-lua + fcitx5-mozc + catppuccin-fcitx5 + fcitx5-table-other + ]; + }; + fonts.packages = with pkgs; [ noto-fonts font-awesome |
