summary refs log tree commit diff stats
path: root/system/settings/hardware/mouse.nix
diff options
context:
space:
mode:
Diffstat (limited to 'system/settings/hardware/mouse.nix')
-rw-r--r--system/settings/hardware/mouse.nix6
1 files changed, 4 insertions, 2 deletions
diff --git a/system/settings/hardware/mouse.nix b/system/settings/hardware/mouse.nix
index d43dba37..83e76d71 100644
--- a/system/settings/hardware/mouse.nix
+++ b/system/settings/hardware/mouse.nix
@@ -3,7 +3,9 @@
 { 
   services.xserver.libinput = {
     enable = true;
-    accelProfile = "flat";
-    accelSpeed = "0";
+    mouse = {
+      accelProfile = "flat";
+      accelSpeed = "0";
+    };
   };
 }