diff options
Diffstat (limited to '')
-rw-r--r-- | hosts/common/desktop/xserver.nix | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/hosts/common/desktop/xserver.nix b/hosts/common/desktop/xserver.nix index d7cbcd8..a6c8eb4 100644 --- a/hosts/common/desktop/xserver.nix +++ b/hosts/common/desktop/xserver.nix @@ -20,8 +20,10 @@ services.xserver = { enable = true; layout = "us"; - libinput.enable = true; - + libinput = { + enable = true; + naturalScrolling = true; + }; displayManager = { gdm.enable = true; gdm.wayland = true; |