about summary refs log tree commit diff
path: root/machines
diff options
context:
space:
mode:
authorProfpatsch <mail@profpatsch.de>2023-08-05 11:12:56 +0200
committerProfpatsch <mail@profpatsch.de>2023-08-05 11:12:56 +0200
commit130aad3bcd43535d045e02a5572c0d2337348e1b (patch)
tree7ca7759c12382b0ca1b808ee4e04162200fcd92d /machines
parentd156ea9db83ce5c00687172401e06f25759c5258 (diff)
machines/profpatsch: stay with syntaptics for now
Diffstat (limited to 'machines')
-rw-r--r--machines/profpatsch/base-workstation.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/machines/profpatsch/base-workstation.nix b/machines/profpatsch/base-workstation.nix
index f0b97090..b0842a2e 100644
--- a/machines/profpatsch/base-workstation.nix
+++ b/machines/profpatsch/base-workstation.nix
@@ -82,6 +82,8 @@ in {
           '';
       };
 
+      # TODO: libinput?
+      libinput.enable = false;
       synaptics = {
         enable = true;
         minSpeed = "0.6";