Commit 6cd9b87c6328

Vincent Demeester <vincent@sbr.pm>
2018-04-29 21:29:14
Remove X elements on dell hardware configuration
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent eaf73a6
Changed files (1)
hardware/dell-latitude-e6540.nix
@@ -13,27 +13,5 @@
 			"sierra_net" "cdc_mbim" "cdc_ncm"
 		];
 	};
-	services.xserver = {
-			synaptics.enable = false;
-
-			 config = ''
-      			 Section "InputClass"
-			         Identifier     "Enable libinput for TrackPoint"
-				 MatchIsPointer "on"
-				 Driver         "libinput"
-				 Option         "ScrollMethod" "button"
-				 Option         "ScrollButton" "8"
-			 EndSection
-    			 '';
-			inputClassSections = [
-					''
-					Identifier "evdev touchpad off"
-					MatchIsTouchpad "on"
-					MatchDevicePath "/dev/input/event*"
-					Driver "evdev"
-					Option "Ignore" "true"
-					''
-			];
-	};
 	services.acpid.enable = true;
 }