From 974a55a1b44492630c7c2be6ebcd5d55b2d7f1d3 Mon Sep 17 00:00:00 2001
From: Rutherther <rutherther@proton.me>
Date: Mon, 9 Oct 2023 19:07:07 +0200
Subject: [PATCH] feat: disable tap drag

---
 hosts/laptop/default.nix | 1 -
 1 file changed, 1 deletion(-)

diff --git a/hosts/laptop/default.nix b/hosts/laptop/default.nix
index 886450e..45d547c 100644
--- a/hosts/laptop/default.nix
+++ b/hosts/laptop/default.nix
@@ -77,7 +77,6 @@
       touchpad = {
         naturalScrolling = true;
         tapping = true;
-        tappingDragLock = true;
       };
     };
   };
-- 
2.48.1