forked from colonelpanic/dotfiles
[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.efi.canTouchEfiVariables = true;
|
||||
|
||||
services.xserver.libinput.enable = true;
|
||||
services.xserver.libinput = {
|
||||
enable = true;
|
||||
touchpad.tapping = false;
|
||||
};
|
||||
|
||||
security.pam.services.login.fprintAuth = true;
|
||||
services.fprintd = {
|
||||
|
Loading…
Reference in New Issue
Block a user