about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--users/aspen/system/system/modules/laptop.nix7
1 files changed, 1 insertions, 6 deletions
diff --git a/users/aspen/system/system/modules/laptop.nix b/users/aspen/system/system/modules/laptop.nix
index b9bf38a4f1fa..57b2bc5a45a9 100644
--- a/users/aspen/system/system/modules/laptop.nix
+++ b/users/aspen/system/system/modules/laptop.nix
@@ -21,10 +21,5 @@
     percentageAction = 3;
   };
 
-  services.libinput = {
-    touchpad = {
-      naturalScrolling = true;
-      disableWhileTyping = true;
-    };
-  };
+  services.libinput.touchpad.naturalScrolling = true;
 }