7 lines
164 B
Nix
7 lines
164 B
Nix
|
{pkgs, ...}: {
|
||
|
i18n.inputMethod = {
|
||
|
enabled = "fcitx5";
|
||
|
fcitx5.addons = with pkgs; [fcitx5-mozc fcitx5-table-extra fcitx5-table-other fcitx5-gtk];
|
||
|
};
|
||
|
}
|