diff --git a/nixos/machines/adele.nix b/nixos/machines/adele.nix index c0ae8b2b..5fc6edc6 100644 --- a/nixos/machines/adele.nix +++ b/nixos/machines/adele.nix @@ -28,7 +28,7 @@ services.xserver.libinput = { enable = true; - touchpad.tapping = false; + touchpad.tapping = true; }; security.pam.services.login.fprintAuth = true;