From 0f2c55992677e78d5d2908d0648e410ef9b27436 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sat, 23 Sep 2017 13:59:19 +0200 Subject: Organise modules into folders --- modules/trackball.nix | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 modules/trackball.nix (limited to 'modules/trackball.nix') diff --git a/modules/trackball.nix b/modules/trackball.nix deleted file mode 100644 index 9aa5abc..0000000 --- a/modules/trackball.nix +++ /dev/null @@ -1,13 +0,0 @@ -{ config, pkgs, ... }: - -{ services.xserver.config = '' - Section "InputClass" - Identifier "Trackball (No Acceleration)" - MatchIsPointer "yes" - MatchIsTouchpad "no" - MatchProduct "Trackball" - Option "AccelerationProfile" "-1" - Option "AccelerationScheme" "none" - EndSection - ''; -} -- cgit 1.4.1