diff --git a/hosts/home/hardware-configuration/default.nix b/hosts/home/hardware-configuration/default.nix index d54f7a2..93f0de0 100644 --- a/hosts/home/hardware-configuration/default.nix +++ b/hosts/home/hardware-configuration/default.nix @@ -54,4 +54,6 @@ # don’t shutdown when power button is short-pressed HandlePowerKey=ignore ''; + + services.libinput.mouse.naturalScrolling = true; }