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";