[NixOS] Reenable tapping on adele
This commit is contained in:
@@ -28,7 +28,7 @@
|
||||
|
||||
services.xserver.libinput = {
|
||||
enable = true;
|
||||
touchpad.tapping = false;
|
||||
touchpad.tapping = true;
|
||||
};
|
||||
|
||||
security.pam.services.login.fprintAuth = true;
|
||||
|
Reference in New Issue
Block a user