From 9953a26be1f59571a04136b54683b97b31118c93 Mon Sep 17 00:00:00 2001 From: Linus Heckemann Date: Tue, 14 Apr 2020 14:31:49 +0200 Subject: [PATCH] nixos/libinput: refer to libinput manual --- nixos/modules/services/x11/hardware/libinput.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/nixos/modules/services/x11/hardware/libinput.nix b/nixos/modules/services/x11/hardware/libinput.nix index f6b0e7c09f51..9548ecb8ef6d 100644 --- a/nixos/modules/services/x11/hardware/libinput.nix +++ b/nixos/modules/services/x11/hardware/libinput.nix @@ -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 + libinput4 + for available options."; + ''; }; };