about summary refs log tree commit diff
path: root/hosts/phobos
diff options
context:
space:
mode:
authorBaitinq <[email protected]>2022-07-01 11:33:35 +0200
committerBaitinq <[email protected]>2022-07-01 11:33:35 +0200
commit2edea558247a8e5dd52c8970578e0b8dd9dda046 (patch)
treef12a107073f8334b17e60a0d65a1cf964af21484 /hosts/phobos
parentVSCode: Add haskell extensions (diff)
downloadnixos-config-2edea558247a8e5dd52c8970578e0b8dd9dda046.tar.gz
nixos-config-2edea558247a8e5dd52c8970578e0b8dd9dda046.tar.bz2
nixos-config-2edea558247a8e5dd52c8970578e0b8dd9dda046.zip
Add twoFingerScroll to synaptics
Diffstat (limited to 'hosts/phobos')
-rw-r--r--hosts/phobos/hardware.nix5
1 files changed, 4 insertions, 1 deletions
diff --git a/hosts/phobos/hardware.nix b/hosts/phobos/hardware.nix
index 3e316f4..d42be43 100644
--- a/hosts/phobos/hardware.nix
+++ b/hosts/phobos/hardware.nix
@@ -47,7 +47,10 @@ in
       videoDrivers = [ "nvidia" ];
 
       # Enable touchpad support (enabled default in most desktopManager).
-      synaptics.enable = true;
+      synaptics = {
+        enable = true;
+        twoFingerScroll = true;
+      };
     };
   };