From 33e5cca90fd017ebb924369505be7c63882323f9 Mon Sep 17 00:00:00 2001 From: Baitinq Date: Fri, 1 Jul 2022 11:33:35 +0200 Subject: Add twoFingerScroll to synaptics --- hosts/luna/hardware.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'hosts/luna/hardware.nix') diff --git a/hosts/luna/hardware.nix b/hosts/luna/hardware.nix index e99b98e..43ca95c 100644 --- a/hosts/luna/hardware.nix +++ b/hosts/luna/hardware.nix @@ -47,7 +47,10 @@ in videoDrivers = [ "intel" ]; # Enable touchpad support (enabled default in most desktopManager). - synaptics.enable = true; + synaptics = { + enable = true; + twoFingerScroll = true; + }; }; fstrim.enable = true; tlp.enable = true; -- cgit 1.4.1