From af9e582616065be63441645b1e3b446dfeea1cca Mon Sep 17 00:00:00 2001 From: Stefan Junker Date: Fri, 8 Jul 2016 15:11:11 -0700 Subject: [PATCH] sj laptop/system: enable synaptics --- configuration/steveej-laptop/system.nix | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/configuration/steveej-laptop/system.nix b/configuration/steveej-laptop/system.nix index dfa77a9..68a283b 100644 --- a/configuration/steveej-laptop/system.nix +++ b/configuration/steveej-laptop/system.nix @@ -108,12 +108,12 @@ services.etcd.enable = true; services.xserver = { - synaptics.enable = false; -# synaptics.palmDetect = true; -# synaptics.horizEdgeScroll = true; -# synaptics.horizontalScroll = true; -# synaptics.twoFingerScroll = true; -# synaptics.vertEdgeScroll = true; + synaptics.enable = true; + synaptics.palmDetect = true; + synaptics.horizEdgeScroll = true; + synaptics.horizontalScroll = true; + synaptics.twoFingerScroll = true; + synaptics.vertEdgeScroll = true; videoDrivers = [ "qxl" "intel" ]; enable = true;