diff options
Diffstat (limited to 'hosts/local/wayland.nix')
-rw-r--r-- | hosts/local/wayland.nix | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/hosts/local/wayland.nix b/hosts/local/wayland.nix index 7aae78d..256c84d 100644 --- a/hosts/local/wayland.nix +++ b/hosts/local/wayland.nix @@ -115,7 +115,13 @@ type = "fcitx5"; fcitx5 = { # enabled = true; - addons = with pkgs; [fcitx5-rime fcitx5-mozc]; + addons = with pkgs; [ + fcitx5-rime + fcitx5-mozc + fcitx5-configtool + fcitx5-chinese-addons + fcitx5-gtk + ]; waylandFrontend = true; }; }; |