diff --git a/configuration/steveej-laptop/system.nix b/configuration/steveej-laptop/system.nix index 8db5162..9bd7310 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 = true; - synaptics.palmDetect = true; - synaptics.horizEdgeScroll = true; - synaptics.horizontalScroll = true; - synaptics.twoFingerScroll = true; - synaptics.vertEdgeScroll = true; + synaptics.enable = false; +# synaptics.palmDetect = true; +# synaptics.horizEdgeScroll = true; +# synaptics.horizontalScroll = true; +# synaptics.twoFingerScroll = true; +# synaptics.vertEdgeScroll = true; videoDrivers = [ "qxl" "intel" ]; enable = true;