aboutsummaryrefslogtreecommitdiff
path: root/hosts/common/desktop/xserver.nix
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2022-02-18 09:50:06 -0800
committerFranck Cuny <franck@fcuny.net>2022-02-18 09:50:06 -0800
commitbbf8d0fc94d3e2a2ad493f7fc7771a8783f92b11 (patch)
tree23fa91a32737c021a29fb6517de4aee8c0ad3b1d /hosts/common/desktop/xserver.nix
parentfonts: rename some options (diff)
downloadinfra-bbf8d0fc94d3e2a2ad493f7fc7771a8783f92b11.tar.gz
xserver: natural scrolling is part of touchpad.
Diffstat (limited to 'hosts/common/desktop/xserver.nix')
-rw-r--r--hosts/common/desktop/xserver.nix2
1 files changed, 1 insertions, 1 deletions
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;