diff options
author | makefu <github@syntax-fehler.de> | 2020-07-13 11:43:34 +0200 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2020-07-13 11:43:34 +0200 |
commit | cf87c49f2cc5fc36f5b011d627df38443fe419f7 (patch) | |
tree | 5f6d721b5fee6f29d2155a4d922f1e2b9dda1c9e /tv/2configs/hw/x220.nix | |
parent | 48b953d8118c0d4dbe214e4ef6e3d923b356accf (diff) | |
parent | 2e26408bfecf27bc70f7b4955c499029bccfa9f4 (diff) |
Merge remote-tracking branch 'tv/master'
Diffstat (limited to 'tv/2configs/hw/x220.nix')
-rw-r--r-- | tv/2configs/hw/x220.nix | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/tv/2configs/hw/x220.nix b/tv/2configs/hw/x220.nix index 699b4a87e..61b475537 100644 --- a/tv/2configs/hw/x220.nix +++ b/tv/2configs/hw/x220.nix @@ -15,6 +15,15 @@ pkgs.tpacpi-bat ]; } + + # fix jumpy touchpad + # https://wiki.archlinux.org/index.php/Lenovo_ThinkPad_X220#X220_Touchpad_cursor_jump/imprecise + { + services.udev.extraHwdb = /* sh */ '' + touchpad:i8042:* + LIBINPUT_MODEL_LENOVO_X220_TOUCHPAD_FW81=1 + ''; + } ]; boot.extraModulePackages = [ |