From b5609707de5a8294c92a169b567e38c9ba7ad714 Mon Sep 17 00:00:00 2001 From: Yan Lin Date: Sat, 25 Oct 2025 00:31:12 +0200 Subject: [PATCH] add default config for japanese input --- modules/gnome.nix | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/modules/gnome.nix b/modules/gnome.nix index 48ae93c..b80fbff 100644 --- a/modules/gnome.nix +++ b/modules/gnome.nix @@ -102,6 +102,21 @@ in }; }; + # IBus Mozc (Japanese) configuration - default to Hiragana input mode + home.file.".config/mozc/ibus_config.textproto".text = '' + engines { + name : "mozc-jp" + longname : "Mozc" + layout : "default" + layout_variant : "" + layout_option : "" + rank : 80 + symbol : "あ" + composition_mode : HIRAGANA + } + active_on_launch: True + ''; + # Configure cursor theme system-wide home.pointerCursor = { name = "Adwaita";