Commit 6cd9b87c6328
Changed files (1)
hardware
hardware/dell-latitude-e6540.nix
@@ -13,27 +13,5 @@
"sierra_net" "cdc_mbim" "cdc_ncm"
];
};
- services.xserver = {
- synaptics.enable = false;
-
- config = ''
- Section "InputClass"
- Identifier "Enable libinput for TrackPoint"
- MatchIsPointer "on"
- Driver "libinput"
- Option "ScrollMethod" "button"
- Option "ScrollButton" "8"
- EndSection
- '';
- inputClassSections = [
- ''
- Identifier "evdev touchpad off"
- MatchIsTouchpad "on"
- MatchDevicePath "/dev/input/event*"
- Driver "evdev"
- Option "Ignore" "true"
- ''
- ];
- };
services.acpid.enable = true;
}