Mozc: Difference between revisions

From NixOS Wiki
tag with {{Expansion}} (currently just a chunk of code with a GNOME-specific explanation for that code)
Klinger (talk | contribs)
m removed software category
Tag: Manual revert
 
(One intermediate revision by one other user not shown)
(No difference)

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