From 5295b0b162ff8a92155f2ec602ed000de5acb97c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20R=C3=B6ger?= Date: Sat, 13 Apr 2024 23:16:03 +0200 Subject: [PATCH] natural scrolling --- hosts/comfy-station/configuration.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hosts/comfy-station/configuration.nix b/hosts/comfy-station/configuration.nix index e47f574..814b480 100644 --- a/hosts/comfy-station/configuration.nix +++ b/hosts/comfy-station/configuration.nix @@ -105,4 +105,7 @@ # Enable networking networking.networkmanager.enable = true; + + # touchpad + services.xserver.libinput.naturalScrolling = true; }