services: xorg: Remove xf86-input-synaptics from %default-xorg-modules.

Fixes <https://issues.guix.gnu.org/35450>.

This driver isn't intended to be installed by default as it takes
precedence over the recommended xf86-input-libinput.

* gnu/services/xorg.scm (%default-xorg-modules): Remove
  xf86-input-synaptics.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
This commit is contained in:
SeerLite 2022-02-23 20:42:49 -03:00 committed by Mathieu Othacehe
parent cabda1197e
commit 2e55a4c6b9
No known key found for this signature in database
GPG key ID: 8354763531769CA6

View file

@ -145,8 +145,7 @@ (define %default-xorg-modules
xf86-input-evdev xf86-input-evdev
xf86-input-keyboard xf86-input-keyboard
xf86-input-mouse xf86-input-mouse))
xf86-input-synaptics))
(define %default-xorg-fonts (define %default-xorg-fonts
;; Default list of fonts available to the X server. ;; Default list of fonts available to the X server.