From 3f3e06fd45ced5b9da942f652ce8061455f1d720 Mon Sep 17 00:00:00 2001 From: Jade Date: Fri, 2 Feb 2024 22:25:27 +0100 Subject: [PATCH] disable touchpad while typing --- hosts/potatobook-g/configuration.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/potatobook-g/configuration.nix b/hosts/potatobook-g/configuration.nix index ed216a2..4853d99 100644 --- a/hosts/potatobook-g/configuration.nix +++ b/hosts/potatobook-g/configuration.nix @@ -65,6 +65,8 @@ boot.loader.systemd-boot.enable = true; boot.loader.efi.canTouchEfiVariables = true; + services.xserver.libinput.touchpad.disableWhileTyping = true; + networking.networkmanager.enable = true; networking.hostName = "potatobook-g";