From 869eeb1dc1d3bfeddf67f882e0853b15e63dceb3 Mon Sep 17 00:00:00 2001 From: tv Date: Mon, 27 Jul 2015 02:02:34 +0200 Subject: * tv -> tv * --- tv/configs/synaptics.nix | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 tv/configs/synaptics.nix (limited to 'tv/configs/synaptics.nix') diff --git a/tv/configs/synaptics.nix b/tv/configs/synaptics.nix new file mode 100644 index 0000000..c47cb9d --- /dev/null +++ b/tv/configs/synaptics.nix @@ -0,0 +1,14 @@ +{ config, pkgs, ... }: + +{ + # TODO this is host specific + services.xserver.synaptics = { + enable = true; + twoFingerScroll = true; + accelFactor = "0.035"; + additionalOptions = '' + Option "FingerHigh" "60" + Option "FingerLow" "60" + ''; + }; +} -- cgit v1.2.3