about summary refs log tree commit diff
path: root/machines/devhell
diff options
context:
space:
mode:
authordevhell <devhell@mailfresser.de>2021-06-09 13:11:41 +0100
committerdevhell <devhell@mailfresser.de>2021-06-09 13:11:41 +0100
commitb59ede218bda2ab6a9819a316dab8ab608575605 (patch)
tree535ff852e6b4e1d4ceb58826a4b93906af26a0ff /machines/devhell
parentb18dc278228d9318217a6b55962f0ce4eeed80fd (diff)
machines/devhell: Add touchpad to libinput
I've done this before with herja, and then forgot to update the others.
Diffstat (limited to 'machines/devhell')
-rw-r--r--machines/devhell/eir.nix6
-rw-r--r--machines/devhell/hildr.nix6
2 files changed, 8 insertions, 4 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;
diff --git a/machines/devhell/hildr.nix b/machines/devhell/hildr.nix
index 1a547b68..0c3e777d 100644
--- a/machines/devhell/hildr.nix
+++ b/machines/devhell/hildr.nix
@@ -141,8 +141,10 @@
 
     libinput = {
       enable = true;
-      disableWhileTyping = true;
-      middleEmulation = true;
+      touchpad = {
+        disableWhileTyping = true;
+        middleEmulation = true;
+      };
     };
 #    synaptics = {
 #      enable = true;