After installing fcitx5
using this configuration:
i18n.inputMethod = {
enabled = "fcitx5";
fcitx5.addons = with pkgs; [
fcitx5-unikey
];
};
I still wasn’t able to use unikey. fcitx5-diagnose
only lists the following addons:
## Fcitx Addons:
1. Addon Config Dir:
Found fcitx5 addon config directory: `/nix/store/pcr6spzll2c7lq2zqdpipqgvmq6zzpw0-fcitx5-5.0.23/share/fcitx5/addon`.
2. Addon List:
1. Found 19 enabled addons:
Classic User Interface 5.0.23
Clipboard 5.0.23
DBus 5.0.23
DBus Frontend 5.0.23
Emoji 5.0.23
Fcitx4 Frontend 5.0.23
IBus Frontend 5.0.23
Input method selector 5.0.23
Keyboard 5.0.23
KDE Input Method Panel 5.0.23
Status Notifier 5.0.23
Notification 5.0.23
Quick Phrase 5.0.23
Spell 5.0.23
Unicode 5.0.23
Wayland 5.0.23
Wayland Input method frontend 5.0.23
XCB 5.0.23
X Input Method Frontend 5.0.23
2. Found 0 disabled addons:
3. Addon Libraries:
All libraries for all addons are found.
4. User Interface:
Found 2 enabled user interface addons:
Classic User Interface
KDE Input Method Panel
I tried installing other addons also but they aren’t detected either.
Does anyone have the same problem?