diff options
| author | Franck Cuny <franck@fcuny.net> | 2022-02-18 09:50:06 -0800 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2022-02-18 09:50:06 -0800 |
| commit | bbf8d0fc94d3e2a2ad493f7fc7771a8783f92b11 (patch) | |
| tree | 23fa91a32737c021a29fb6517de4aee8c0ad3b1d /hosts/common/desktop | |
| parent | fonts: rename some options (diff) | |
| download | infra-bbf8d0fc94d3e2a2ad493f7fc7771a8783f92b11.tar.gz | |
xserver: natural scrolling is part of touchpad.
Diffstat (limited to 'hosts/common/desktop')
| -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; |
