1

Update fcitx5 for wayland

This commit is contained in:
2024-05-30 09:52:39 +02:00
parent 13950fd964
commit 3b594314e7

View File

@ -110,11 +110,15 @@ rec {
# The laptop needs de-DE... # The laptop needs de-DE...
# Chinese Input # Chinese Input
i18n.inputMethod.enabled = "fcitx5"; i18n.inputMethod.enabled = "fcitx5";
i18n.inputMethod.fcitx5.addons = with pkgs; [ i18n.inputMethod.fcitx5 = {
waylandFrontend = true;
addons = with pkgs; [
fcitx5-gtk fcitx5-gtk
libsForQt5.fcitx5-qt libsForQt5.fcitx5-qt
fcitx5-chinese-addons fcitx5-chinese-addons
fcitx5-configtool # TODO: Remove this and set config through HomeManager fcitx5-configtool # TODO: Remove this and set config through HomeManager
]; ];
}; };
};
} }