diff options
author | polwex <polwex@sortug.com> | 2024-07-21 03:21:36 +0700 |
---|---|---|
committer | polwex <polwex@sortug.com> | 2024-07-21 03:21:36 +0700 |
commit | a1e9fe60efbb19ba562a0ef54509c86e21376570 (patch) | |
tree | 7841adb6e48c1a42ca2a2c2550f1fc71f2e8c3f4 /hosts/local | |
parent | 048d263f5fb201e0512e44c25f2153e9a4d44edb (diff) |
m
Diffstat (limited to 'hosts/local')
-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; }; }; |