From 75d5807893aaf34de0e952484749370de9492693 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Wed, 13 Sep 2023 20:13:00 -0600 Subject: [PATCH] [NixOS] Disable tapping on adele --- nixos/machines/adele.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 = {