···115<para>Support for Synaptics touchpads (found in many laptops such as
116the Dell Latitude series) can be enabled as follows:
117<programlisting>
118-services.xserver.synaptics.enable = true;
119</programlisting>
120The driver has many options (see <xref linkend="ch-options"/>). For
121-instance, the following enables two-finger scrolling:
122<programlisting>
123-services.xserver.synaptics.twoFingerScroll = true;
124</programlisting>
0125</para>
126127</simplesect>
···115<para>Support for Synaptics touchpads (found in many laptops such as
116the Dell Latitude series) can be enabled as follows:
117<programlisting>
118+services.xserver.libinput.enable = true;
119</programlisting>
120The driver has many options (see <xref linkend="ch-options"/>). For
121+instance, the following disables tap-to-click behavior:
122<programlisting>
123+services.xserver.libinput.tapping = false;
124</programlisting>
125+Note: the use of <literal>services.xserver.synaptics</literal> is deprecated since NixOS 17.09.
126</para>
127128</simplesect>