Mozc: Difference between revisions

From NixOS Wiki
imported from old wiki
 
Klinger (talk | contribs)
m removed software category
Tag: Manual revert
 
(2 intermediate revisions by one other user not shown)
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.



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 ];
     };
   };
}