fix keyboard and touchpad

This commit is contained in:
EdenQwQ 2026-03-24 12:01:44 +08:00
parent 9c2386d19e
commit 3f5fa4f39f
2 changed files with 8 additions and 4 deletions

View file

@ -33,6 +33,7 @@
input = {
focus-follows-mouse.enable = true;
touchpad.natural-scroll = false;
touchpad.dwt = false;
keyboard.xkb.options = "caps:escape";
};
environment = {

View file

@ -4,11 +4,14 @@
system.stateVersion = "26.05";
networking.hostName = host;
boot.kernelParams = [
"i8042.reset"
"i8042.nomux"
"i8042.nopnp"
"i8042.dumbkbd"
"xe.force_probe=*"
"xe.enable_psr=0"
];
# services.udev.extraHwdb = ''
# evdev:name:BLTP7853:00 347D:7853 Touchpad:*
# ID_INPUT_TOUCHPAD=1
# ID_BUS=i2c
# ID_INTEGRATION=internal
# ID_INPUT_TOUCHPAD_INTEGRATION=internal
# '';
}