From b7fe5a0014e26c8654ef0074aea1cbb188111d01 Mon Sep 17 00:00:00 2001 From: Schrottkatze Date: Thu, 3 Oct 2024 19:31:56 +0200 Subject: [PATCH] enable touchpad tapping --- hosts/catbook-j/modules/input.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/catbook-j/modules/input.nix b/hosts/catbook-j/modules/input.nix index f6d8fee..fdb5785 100644 --- a/hosts/catbook-j/modules/input.nix +++ b/hosts/catbook-j/modules/input.nix @@ -23,5 +23,5 @@ sensitivity = 256; }; - services.libinput.touchpad.tapping = false; + services.libinput.touchpad.tapping = true; }