summary refs log tree commit diff stats
path: root/system
diff options
context:
space:
mode:
authorAlan Pearce2021-01-12 17:00:59 +0100
committerAlan Pearce2021-01-12 17:00:59 +0100
commit2ad5213fbb065d59e8435669f71b054bd9fd52f5 (patch)
tree1c86a68a564e0135389930bba625da0b2cc1910d /system
parenta51c068086b6e135ae2e1067f3d9aacc0b6c8ae8 (diff)
downloadnixfiles-2ad5213fbb065d59e8435669f71b054bd9fd52f5.tar.lz
nixfiles-2ad5213fbb065d59e8435669f71b054bd9fd52f5.tar.zst
nixfiles-2ad5213fbb065d59e8435669f71b054bd9fd52f5.zip
Ensure mouse settings are applied
Diffstat (limited to 'system')
-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";
   };