diff options
Diffstat (limited to 'hosts/phobos')
-rw-r--r-- | hosts/phobos/hardware.nix | 5 |
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; + }; }; }; |