forked from colonelpanic/dotfiles
[NixOS] Reenable tapping on adele
This commit is contained in:
parent
bd2318e3a5
commit
41b227bcb1
@ -28,7 +28,7 @@
|
|||||||
|
|
||||||
services.xserver.libinput = {
|
services.xserver.libinput = {
|
||||||
enable = true;
|
enable = true;
|
||||||
touchpad.tapping = false;
|
touchpad.tapping = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
security.pam.services.login.fprintAuth = true;
|
security.pam.services.login.fprintAuth = true;
|
||||||
|
Loading…
Reference in New Issue
Block a user