summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--system/settings/hardware/mouse.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/system/settings/hardware/mouse.nix b/system/settings/hardware/mouse.nix
index df57073e..d43dba37 100644
--- a/system/settings/hardware/mouse.nix
+++ b/system/settings/hardware/mouse.nix
@@ -2,6 +2,7 @@
 
 { 
   services.xserver.libinput = {
+    enable = true;
     accelProfile = "flat";
     accelSpeed = "0";
   };