From afb6afff1d0f81d8a0dcfd94fa8e46a849bb094f 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 000000000..c47cb9deb --- /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