Mozc: Difference between revisions
Tomodachi94 (talk | contribs) tag with {{Expansion}} (currently just a chunk of code with a GNOME-specific explanation for that code) |
Tomodachi94 (talk | contribs) m categorize |
||
Line 14: | Line 14: | ||
} | } | ||
</syntaxHighlight> | </syntaxHighlight> | ||
[[Category:Software]] |
Revision as of 06:32, 22 June 2024
This will enable the `Japanese (Mozc)` entry in Gnome settings.
{
i18n = {
inputMethod = {
enabled = "ibus";
ibus.engines = with pkgs.ibus-engines; [ mozc ];
};
};
}