add mozc
This commit is contained in:
parent
a33b627bd4
commit
d5c028026d
1 changed files with 1 additions and 1 deletions
|
@ -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];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue