From 57c520b722f25f384301118046bf9cf182d4edd7 Mon Sep 17 00:00:00 2001 From: tv Date: Thu, 16 Jul 2015 23:22:30 +0200 Subject: Goodbye old world, and thanks for all the fish! --- old/modules/tv/synaptics.nix | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 old/modules/tv/synaptics.nix (limited to 'old/modules/tv/synaptics.nix') diff --git a/old/modules/tv/synaptics.nix b/old/modules/tv/synaptics.nix deleted file mode 100644 index c47cb9deb..000000000 --- a/old/modules/tv/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" - ''; - }; -} -- cgit v1.2.3