about summary refs log tree commit diff
path: root/machines
diff options
context:
space:
mode:
Diffstat (limited to 'machines')
-rw-r--r--machines/aszlig/tishtushi.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/machines/aszlig/tishtushi.nix b/machines/aszlig/tishtushi.nix
index 8b3de323..d7175d94 100644
--- a/machines/aszlig/tishtushi.nix
+++ b/machines/aszlig/tishtushi.nix
@@ -65,7 +65,7 @@ in {
 
   services.xserver.videoDrivers = [ "intel" ];
   services.xserver.synaptics.enable = true;
-  services.xserver.synaptics.tapButtons = false;
+  services.xserver.synaptics.tapButtons = true;
   services.xserver.synaptics.twoFingerScroll = true;
   services.xserver.synaptics.vertEdgeScroll = false;
   services.xserver.synaptics.accelFactor = "0.1";