From b79bec26feabe1f1afb8dd072adced595722d2c5 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Mon, 24 Feb 2025 16:41:15 -0500 Subject: configure touchpad a bit --- machines/boron.nix | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'machines') diff --git a/machines/boron.nix b/machines/boron.nix index 6cfa06d..a838326 100644 --- a/machines/boron.nix +++ b/machines/boron.nix @@ -81,6 +81,21 @@ services.xserver.xkbVariant = ""; services.xserver.xkbOptions = "caps:ctrl_modifier"; + # touchpad stuff + services.xserver.libinput = { + enable = true; + touchpad = { + tapping = true; + naturalScrolling = true; + scrollMethod = "twofinger"; + clickMethod = "clickfinger"; + tappingDragLock = true; + additionalOptions = '' + Option "Gesture" "on" + ''; + }; + }; + # Enable CUPS to print documents. services.printing.enable = true; -- cgit v1.2.3