fix input method
This commit is contained in:
parent
f854e12c4e
commit
783318e968
3 changed files with 104 additions and 14 deletions
|
|
@ -90,16 +90,6 @@
|
|||
pulse.enable = true;
|
||||
};
|
||||
|
||||
# Input method configuration
|
||||
i18n.inputMethod = {
|
||||
enable = true;
|
||||
type = "ibus";
|
||||
ibus.engines = with pkgs.ibus-engines; [
|
||||
libpinyin # Chinese Simplified Pinyin
|
||||
mozc # Japanese (Romaji)
|
||||
];
|
||||
};
|
||||
|
||||
# Touchpad configuration (host-specific overrides)
|
||||
services.libinput.touchpad = {
|
||||
disableWhileTyping = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue