diff --git a/hosts/mashu.nix b/hosts/mashu.nix index a8fefb5..e7face0 100644 --- a/hosts/mashu.nix +++ b/hosts/mashu.nix @@ -53,6 +53,10 @@ in mkHost config { services.logind.extraConfig = '' HandlePowerKey=suspend ''; + services.xserver.libinput.touchpad = { + tapping = true; + disableWhileTrying = true; + }; systemd.user.services = { gsd-media = { description = "GSD media keys handling";