summary refs log tree commit diff
path: root/nixos/modules/services/x11/hardware
diff options
context:
space:
mode:
authorSRGOM <SRGOM@users.noreply.github.com>2019-10-21 12:46:01 +0530
committerGitHub <noreply@github.com>2019-10-21 12:46:01 +0530
commitfe26d4c0dffbde9abb0d1570fa82f51340416a55 (patch)
tree644e86bc2487c2a37381fa92e242b1c095580d09 /nixos/modules/services/x11/hardware
parente592c3d36c232530fbc2c63d6774488bc10b34d5 (diff)
downloadnixpkgs-fe26d4c0dffbde9abb0d1570fa82f51340416a55.tar
nixpkgs-fe26d4c0dffbde9abb0d1570fa82f51340416a55.tar.gz
nixpkgs-fe26d4c0dffbde9abb0d1570fa82f51340416a55.tar.bz2
nixpkgs-fe26d4c0dffbde9abb0d1570fa82f51340416a55.tar.lz
nixpkgs-fe26d4c0dffbde9abb0d1570fa82f51340416a55.tar.xz
nixpkgs-fe26d4c0dffbde9abb0d1570fa82f51340416a55.tar.zst
nixpkgs-fe26d4c0dffbde9abb0d1570fa82f51340416a55.zip
nixos/x11/libinput: Document values for option
For option `scrollMethod`, document that there is an available value of `button`.
Diffstat (limited to 'nixos/modules/services/x11/hardware')
-rw-r--r--nixos/modules/services/x11/hardware/libinput.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/x11/hardware/libinput.nix b/nixos/modules/services/x11/hardware/libinput.nix
index bd289976532..4a25232383d 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: <literal>twofinger</literal>, <literal>edge</literal>,
-            or <literal>none</literal>
+            <literal>button</literal>, or <literal>none</literal>
           '';
       };