diff options
| author | tv <tv@krebsco.de> | 2015-07-28 20:40:25 +0200 |
|---|---|---|
| committer | tv <tv@krebsco.de> | 2015-07-28 20:40:25 +0200 |
| commit | fc9f8d985098cce3c4386810f6c487ca3884f336 (patch) | |
| tree | f1033088f116f8683ebe94c4b3576f440af949f6 /tv/configs/synaptics.nix | |
| parent | a5fe66d5e3d9b76914e48db769a31135081d8555 (diff) | |
tv: reintroduce directory numbers
Diffstat (limited to 'tv/configs/synaptics.nix')
| -rw-r--r-- | tv/configs/synaptics.nix | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/tv/configs/synaptics.nix b/tv/configs/synaptics.nix deleted file mode 100644 index c47cb9d..0000000 --- a/tv/configs/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" - ''; - }; -} |
