mirror of
https://github.com/EdenQwQ/nixos.git
synced 2026-04-11 11:45:38 +08:00
fix keyboard and touchpad
This commit is contained in:
parent
9c2386d19e
commit
3f5fa4f39f
2 changed files with 8 additions and 4 deletions
|
|
@ -33,6 +33,7 @@
|
|||
input = {
|
||||
focus-follows-mouse.enable = true;
|
||||
touchpad.natural-scroll = false;
|
||||
touchpad.dwt = false;
|
||||
keyboard.xkb.options = "caps:escape";
|
||||
};
|
||||
environment = {
|
||||
|
|
|
|||
|
|
@ -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
|
||||
# '';
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue