Mozc
This will enable the `Japanese (Mozc)` entry in Gnome settings.
{
i18n = {
inputMethod = {
enabled = "ibus";
ibus.engines = with pkgs.ibus-engines; [ mozc ];
};
};
}
This will enable the `Japanese (Mozc)` entry in Gnome settings.
{
i18n = {
inputMethod = {
enabled = "ibus";
ibus.engines = with pkgs.ibus-engines; [ mozc ];
};
};
}