Mozc

From NixOS Wiki
Revision as of 06:48, 30 May 2024 by Mic92 (talk | contribs) (imported from old wiki)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

This will enable the `Japanese (Mozc)` entry in Gnome settings.


{
   i18n = {
     inputMethod = {
       enabled = "ibus";
       ibus.engines = with pkgs.ibus-engines; [ mozc ];
     };
   };
}