summaryrefslogtreecommitdiff
path: root/hosts/local/wayland.nix
diff options
context:
space:
mode:
authorpolwex <polwex@sortug.com>2024-07-21 03:21:36 +0700
committerpolwex <polwex@sortug.com>2024-07-21 03:21:36 +0700
commita1e9fe60efbb19ba562a0ef54509c86e21376570 (patch)
tree7841adb6e48c1a42ca2a2c2550f1fc71f2e8c3f4 /hosts/local/wayland.nix
parent048d263f5fb201e0512e44c25f2153e9a4d44edb (diff)
m
Diffstat (limited to 'hosts/local/wayland.nix')
-rw-r--r--hosts/local/wayland.nix8
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;
};
};