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; }