Mark synaptics as deprecated
This commit is contained in:
parent
1b68193167
commit
9d2777a5a5
@ -176,6 +176,14 @@ rmdir /var/lib/ipfs/.ipfs
|
|||||||
removed. The system support had been broken for several years.
|
removed. The system support had been broken for several years.
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</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>
|
</itemizedlist>
|
||||||
|
|
||||||
<para>Other notable improvements:</para>
|
<para>Other notable improvements:</para>
|
||||||
|
@ -29,7 +29,7 @@ in {
|
|||||||
enable = mkOption {
|
enable = mkOption {
|
||||||
type = types.bool;
|
type = types.bool;
|
||||||
default = false;
|
default = false;
|
||||||
description = "Whether to enable touchpad support.";
|
description = "Whether to enable touchpad support. Deprecated: Consider services.xserver.libinput.enable.";
|
||||||
};
|
};
|
||||||
|
|
||||||
dev = mkOption {
|
dev = mkOption {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user