From 2b03820f8230bd82576c601c094e93e6f622e20d Mon Sep 17 00:00:00 2001 From: MoritzBoehme Date: Tue, 12 Oct 2021 10:48:04 +0200 Subject: [PATCH] disable touchpad while typing --- hosts/nixos-laptop/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/nixos-laptop/default.nix b/hosts/nixos-laptop/default.nix index d85e293..d0b9862 100644 --- a/hosts/nixos-laptop/default.nix +++ b/hosts/nixos-laptop/default.nix @@ -28,6 +28,7 @@ # SERVICES services = { xserver.libinput.enable = true; + xserver.libinput.touchpad.disableWhileTyping = true; printing.enable = true; pipewire = { enable = true;