diff options
Diffstat (limited to '')
-rw-r--r-- | hosts/common/desktop/xserver.nix | 2 |
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; |