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.nix7
1 files changed, 3 insertions, 4 deletions
diff --git a/system/settings/hardware/mouse.nix b/system/settings/hardware/mouse.nix
index 6104ea47..b74d17aa 100644
--- a/system/settings/hardware/mouse.nix
+++ b/system/settings/hardware/mouse.nix
@@ -1,7 +1,6 @@
-{
-  config,
-  pkgs,
-  ...
+{ config
+, pkgs
+, ...
 }: {
   services.xserver.libinput = {
     enable = true;