[NixOS] Disable tapping on adele
This commit is contained in:
parent
42ff26ea6f
commit
75d5807893
@ -25,7 +25,10 @@
|
|||||||
boot.loader.systemd-boot.enable = true;
|
boot.loader.systemd-boot.enable = true;
|
||||||
boot.loader.efi.canTouchEfiVariables = true;
|
boot.loader.efi.canTouchEfiVariables = true;
|
||||||
|
|
||||||
services.xserver.libinput.enable = true;
|
services.xserver.libinput = {
|
||||||
|
enable = true;
|
||||||
|
touchpad.tapping = false;
|
||||||
|
};
|
||||||
|
|
||||||
security.pam.services.login.fprintAuth = true;
|
security.pam.services.login.fprintAuth = true;
|
||||||
services.fprintd = {
|
services.fprintd = {
|
||||||
|
Loading…
Reference in New Issue
Block a user