3
0
Fork 0
forked from mirrors/nixpkgs

Mark synaptics as deprecated

This commit is contained in:
Graham Christensen 2017-08-30 20:32:45 -04:00
parent 1b68193167
commit 9d2777a5a5
No known key found for this signature in database
GPG key ID: 06121D366FE9435C
2 changed files with 9 additions and 1 deletions

View file

@ -176,6 +176,14 @@ rmdir /var/lib/ipfs/.ipfs
removed. The system support had been broken for several years.
</para>
</listitem>
<listitem>
<para>
Touchpad support should now be enabled through
<literal>libinput</literal> as <literal>synaptics</literal> is
now deprecated. See the option
<literal>services.xserver.libinput.enable</literal>.
</para>
</listitem>
</itemizedlist>
<para>Other notable improvements:</para>

View file

@ -29,7 +29,7 @@ in {
enable = mkOption {
type = types.bool;
default = false;
description = "Whether to enable touchpad support.";
description = "Whether to enable touchpad support. Deprecated: Consider services.xserver.libinput.enable.";
};
dev = mkOption {