diff --git a/nixos/machines/adele.nix b/nixos/machines/adele.nix index a417da60..8936c740 100644 --- a/nixos/machines/adele.nix +++ b/nixos/machines/adele.nix @@ -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 = {