summaryrefslogtreecommitdiffstats
path: root/tv/2configs/synaptics.nix
diff options
context:
space:
mode:
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 c47cb9de..00000000
--- 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"
- '';
- };
-}