summaryrefslogtreecommitdiffstats
path: root/tv/configs/synaptics.nix
diff options
context:
space:
mode:
authortv <tv@shackspace.de>2015-07-28 20:40:25 +0200
committertv <tv@shackspace.de>2015-07-28 20:40:25 +0200
commit8170b281964688b542fb151054c5d86d819008b3 (patch)
treea37b713c7662dbaef73508bca889c83c7dc5a620 /tv/configs/synaptics.nix
parenta7ff77b6c147be71d60bda7e73c65286ecfb7c83 (diff)
tv: reintroduce directory numbers
Diffstat (limited to 'tv/configs/synaptics.nix')
-rw-r--r--tv/configs/synaptics.nix14
1 files changed, 0 insertions, 14 deletions
diff --git a/tv/configs/synaptics.nix b/tv/configs/synaptics.nix
deleted file mode 100644
index c47cb9de..00000000
--- a/tv/configs/synaptics.nix
+++ /dev/null
@@ -1,14 +0,0 @@
-{ config, pkgs, ... }:
-
-{
- # TODO this is host specific
- services.xserver.synaptics = {
- enable = true;
- twoFingerScroll = true;
- accelFactor = "0.035";
- additionalOptions = ''
- Option "FingerHigh" "60"
- Option "FingerLow" "60"
- '';
- };
-}