This commit is contained in:
Charlotte 🦝 Delenk 2024-03-31 10:29:14 +01:00
parent a33b627bd4
commit d5c028026d

View file

@ -1,6 +1,6 @@
{pkgs, ...}: {
i18n.inputMethod = {
enabled = "fcitx5";
fcitx5.addons = with pkgs; [fcitx5-chinese-addons fcitx5-table-extra fcitx5-table-other fcitx5-gtk];
fcitx5.addons = with pkgs; [fcitx5-chinese-addons fcitx5-table-extra fcitx5-table-other fcitx5-gtk fcitx5-mozc];
};
}