[NixOS] Reenable tapping on adele

This commit is contained in:
Ivan Malison 2023-10-03 14:23:47 -06:00
parent bd2318e3a5
commit 41b227bcb1

View File

@ -28,7 +28,7 @@
services.xserver.libinput = {
enable = true;
touchpad.tapping = false;
touchpad.tapping = true;
};
security.pam.services.login.fprintAuth = true;