Mozc: Difference between revisions
Appearance
imported from old wiki |
Tomodachi94 (talk | contribs) tag with {{Expansion}} (currently just a chunk of code with a GNOME-specific explanation for that code) |
||
| Line 1: | Line 1: | ||
{{Expansion}} | |||
This will enable the `Japanese (Mozc)` entry in Gnome settings. | This will enable the `Japanese (Mozc)` entry in Gnome settings. | ||
Revision as of 06:32, 22 June 2024
☶︎
This article or section needs to be expanded. Further information may be found in the related discussion page. Please consult the pedia article metapage for guidelines on contributing.
This will enable the `Japanese (Mozc)` entry in Gnome settings.
{
i18n = {
inputMethod = {
enabled = "ibus";
ibus.engines = with pkgs.ibus-engines; [ mozc ];
};
};
}