summary refs log tree commit diff stats
path: root/system/settings/hardware/trackball.nix
diff options
context:
space:
mode:
Diffstat (limited to 'system/settings/hardware/trackball.nix')
-rw-r--r--system/settings/hardware/trackball.nix9
1 files changed, 6 insertions, 3 deletions
diff --git a/system/settings/hardware/trackball.nix b/system/settings/hardware/trackball.nix
index 9aa5abc0..7445c5bb 100644
--- a/system/settings/hardware/trackball.nix
+++ b/system/settings/hardware/trackball.nix
@@ -1,6 +1,9 @@
-{ config, pkgs, ... }:
-
-{ services.xserver.config = ''
+{
+  config,
+  pkgs,
+  ...
+}: {
+  services.xserver.config = ''
     Section "InputClass"
         Identifier "Trackball (No Acceleration)"
         MatchIsPointer "yes"