Update fcitx5 for wayland
This commit is contained in:
@ -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 = {
|
||||||
fcitx5-gtk
|
waylandFrontend = true;
|
||||||
libsForQt5.fcitx5-qt
|
|
||||||
fcitx5-chinese-addons
|
addons = with pkgs; [
|
||||||
fcitx5-configtool # TODO: Remove this and set config through HomeManager
|
fcitx5-gtk
|
||||||
];
|
libsForQt5.fcitx5-qt
|
||||||
|
fcitx5-chinese-addons
|
||||||
|
fcitx5-configtool # TODO: Remove this and set config through HomeManager
|
||||||
|
];
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user