add default config for japanese input

This commit is contained in:
Yan Lin 2025-10-25 00:31:12 +02:00
parent 13114019d0
commit b5609707de

View file

@ -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 # Configure cursor theme system-wide
home.pointerCursor = { home.pointerCursor = {
name = "Adwaita"; name = "Adwaita";