remove jp input method

This commit is contained in:
Yan Lin 2025-11-30 14:36:24 +01:00
parent 720c99add2
commit 7e68e6fa03
4 changed files with 4 additions and 38 deletions

View file

@ -37,7 +37,6 @@ in
sources = [
(mkTuple [ "xkb" "us" ])
(mkTuple [ "ibus" "libpinyin" ])
(mkTuple [ "ibus" "mozc-jp" ])
];
xkb-options = [ "" ];
};
@ -117,21 +116,6 @@ 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";