From e2b003770764a6ab3481e751521ce5ad2ea5315a Mon Sep 17 00:00:00 2001 From: ElnuDev Date: Sat, 15 Oct 2022 19:12:28 -0700 Subject: [PATCH] Disable natural scrolling --- hosts/desktop.nix | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/hosts/desktop.nix b/hosts/desktop.nix index ecf178b..4fecc2c 100644 --- a/hosts/desktop.nix +++ b/hosts/desktop.nix @@ -7,9 +7,8 @@ xserver = { enable = true; libinput = { - enable = true; touchpad = { naturalScrolling = true; - tapping = true; - }; + enable = true; + touchpad.tapping = true; }; xkbOptions = "caps:escape"; displayManager = {