diff --git a/hosts/comfy-station/configuration.nix b/hosts/comfy-station/configuration.nix index 814b480..2ea18a5 100644 --- a/hosts/comfy-station/configuration.nix +++ b/hosts/comfy-station/configuration.nix @@ -107,5 +107,5 @@ networking.networkmanager.enable = true; # touchpad - services.xserver.libinput.naturalScrolling = true; + services.xserver.libinput.touchpad.naturalScrolling = true; }