fix input method

This commit is contained in:
Yan Lin 2025-11-03 22:43:55 +01:00
parent f854e12c4e
commit 783318e968
3 changed files with 104 additions and 14 deletions

View file

@ -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;