From 42957e3f256239c398902a2248f8ecd656bdaaee Mon Sep 17 00:00:00 2001 From: Dmitriy Pleshevskiy Date: Thu, 19 Dec 2024 23:11:43 +0300 Subject: [PATCH] home/hardware: enable mouse natula scrolling --- hosts/home/hardware-configuration/default.nix | 2 ++ 1 file changed, 2 insertions(+) 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; }