Mozc: Difference between revisions
Tomodachi94 (talk | contribs) m categorize |
m removed software category Tag: Manual revert |
||
Line 14: | Line 14: | ||
} | } | ||
</syntaxHighlight> | </syntaxHighlight> | ||
Latest revision as of 20:03, 25 June 2024
This will enable the `Japanese (Mozc)` entry in Gnome settings.
{
i18n = {
inputMethod = {
enabled = "ibus";
ibus.engines = with pkgs.ibus-engines; [ mozc ];
};
};
}