[NixOS] Disable tapping on adele

This commit is contained in:
Ivan Malison 2023-09-13 20:13:00 -06:00
parent 42ff26ea6f
commit 75d5807893

View File

@ -25,7 +25,10 @@
boot.loader.systemd-boot.enable = 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;
services.fprintd = {