From fe26d4c0dffbde9abb0d1570fa82f51340416a55 Mon Sep 17 00:00:00 2001 From: SRGOM Date: Mon, 21 Oct 2019 12:46:01 +0530 Subject: [PATCH] nixos/x11/libinput: Document values for option For option `scrollMethod`, document that there is an available value of `button`. --- nixos/modules/services/x11/hardware/libinput.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/modules/services/x11/hardware/libinput.nix b/nixos/modules/services/x11/hardware/libinput.nix index bd289976532b..4a25232383d3 100644 --- a/nixos/modules/services/x11/hardware/libinput.nix +++ b/nixos/modules/services/x11/hardware/libinput.nix @@ -122,7 +122,7 @@ in { description = '' Specify the scrolling method: twofinger, edge, - or none + button, or none ''; };