From bbf8d0fc94d3e2a2ad493f7fc7771a8783f92b11 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Fri, 18 Feb 2022 09:50:06 -0800 Subject: xserver: natural scrolling is part of touchpad. --- hosts/common/desktop/xserver.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hosts/common/desktop') diff --git a/hosts/common/desktop/xserver.nix b/hosts/common/desktop/xserver.nix index a6c8eb4..2419eaf 100644 --- a/hosts/common/desktop/xserver.nix +++ b/hosts/common/desktop/xserver.nix @@ -22,7 +22,7 @@ layout = "us"; libinput = { enable = true; - naturalScrolling = true; + touchpad.naturalScrolling = true; }; displayManager = { gdm.enable = true; -- cgit 1.4.1