Jump to content

Mozc: Difference between revisions

From NixOS Wiki
m categorize
Klinger (talk | contribs)
m removed software category
Tag: Manual revert
Line 14: Line 14:
}
}
</syntaxHighlight>
</syntaxHighlight>
[[Category:Software]]

Revision as of 20:03, 25 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 ];
     };
   };
}