nixos/libinput: refer to libinput manual
This commit is contained in:
parent
39247f8d04
commit
9953a26be1
1 changed files with 5 additions and 1 deletions
|
@ -184,7 +184,11 @@ in {
|
|||
''
|
||||
Option "DragLockButtons" "L1 B1 L2 B2"
|
||||
'';
|
||||
description = "Additional options for libinput touchpad driver.";
|
||||
description = ''
|
||||
Additional options for libinput touchpad driver. See
|
||||
<citerefentry><refentrytitle>libinput</refentrytitle><manvolnum>4</manvolnum></citerefentry>
|
||||
for available options.";
|
||||
'';
|
||||
};
|
||||
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue