Hi. I’ve recently switched over to Wayland and Hyperland and have been facing issues with using Fcitx5 with electron based apps (i.e. Brave and Visual Studio Code). The input box opens normally in Alacritty and Firefox. I’ve tried the solutions on the following post but to no avail.
-
Wayland and fcitx5 (japanese input)
-
Fcitx5 doesn’t work with Telegram and Steam
-
Fcitx5 rime / pinyin not working on Hyprland / Sway
The relevant portions of my configuration.nix
are:
i18n.inputMethod = {
enabled = "fcitx5";
fcitx5.addons = with pkgs; [
fcitx5-mozc
fcitx5-gtk
];
};
environment.sessionVariables = lib.mkDefault rec {
NIXOS_OZONE_WL = "1";
};
Any help is appreciated, thanks in advance!