remove jp input method
This commit is contained in:
parent
720c99add2
commit
7e68e6fa03
4 changed files with 4 additions and 38 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue