about summary refs log tree commit diff
path: root/machines/devhell/eir.nix
diff options
context:
space:
mode:
Diffstat (limited to 'machines/devhell/eir.nix')
-rw-r--r--machines/devhell/eir.nix6
1 files changed, 4 insertions, 2 deletions
diff --git a/machines/devhell/eir.nix b/machines/devhell/eir.nix
index 95e75370..eae67a4f 100644
--- a/machines/devhell/eir.nix
+++ b/machines/devhell/eir.nix
@@ -125,8 +125,10 @@
 
     libinput = {
       enable = true;
-      disableWhileTyping = true;
-      middleEmulation = true;
+      touchpad = {
+        disableWhileTyping = true;
+        middleEmulation = true;
+      };
     };
 #    synaptics = {
 #      enable = true;