diff --git a/modules/services/x11/hardware/multitouch.nix b/modules/services/x11/hardware/multitouch.nix index ae0ae2e5a3a4..054d726f05f6 100644 --- a/modules/services/x11/hardware/multitouch.nix +++ b/modules/services/x11/hardware/multitouch.nix @@ -26,9 +26,9 @@ with pkgs.lib; '' # Automatically enable the multitouch driver Section "InputClass" - MatchIsTouchpad "true" - Identifier "Multitouch Touchpad" - Driver "multitouch" + MatchIsTouchpad "on" + Identifier "Touchpads" + Driver "mtrack" EndSection '';