Charlotte 🦝 Delenk
66052d3d57
Tables require the chinese addons to work. Child of [[202307271614 - fcitx5 table input on NixOS]]
6 lines
186 B
Nix
6 lines
186 B
Nix
{pkgs, ...}: {
|
|
i18n.inputMethod = {
|
|
enabled = "fcitx5";
|
|
fcitx5.addons = with pkgs; [fcitx5-mozc fcitx5-chinese-addons fcitx5-table-extra fcitx5-table-other fcitx5-gtk];
|
|
};
|
|
}
|