summaryrefslogtreecommitdiffstats
path: root/tv/2configs/synaptics.nix
diff options
context:
space:
mode:
authortv <tv@krebsco.de>2015-10-24 22:31:10 +0200
committertv <tv@krebsco.de>2015-10-24 22:31:10 +0200
commit336394d8616ee094dff11634bb564c26ab012ac0 (patch)
tree71ef3de884ac18f19788964023e71a80d872aa1f /tv/2configs/synaptics.nix
parentb1f7c03ecdde2593045ab80a2b94de1ff4d32178 (diff)
tv: lol display-manager
Diffstat (limited to 'tv/2configs/synaptics.nix')
-rw-r--r--tv/2configs/synaptics.nix14
1 files changed, 0 insertions, 14 deletions
diff --git a/tv/2configs/synaptics.nix b/tv/2configs/synaptics.nix
deleted file mode 100644
index c47cb9d..0000000
--- a/tv/2configs/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"
- '';
- };
-}