update i18n.inputMethod

This commit is contained in:
jacekpoz 2024-10-03 22:51:07 +02:00
parent 7b5edade95
commit 253e81078d
Signed by: poz
SSH key fingerprint: SHA256:JyLeVWE4bF3tDnFeUpUaJsPsNlJyBldDGV/dIKSLyN8

View file

@ -6,7 +6,8 @@
inherit (lib.attrsets) attrValues; inherit (lib.attrsets) attrValues;
in { in {
i18n.inputMethod = { i18n.inputMethod = {
enabled = "fcitx5"; enable = true;
type = "fcitx5";
fcitx5.addons = attrValues { fcitx5.addons = attrValues {
inherit (pkgs) inherit (pkgs)
fcitx5-gtk fcitx5-gtk