Commit 3054c1255f40

Vincent Demeester <vincent@sbr.pm>
2017-07-01 13:14:14
Disable trackpoint using hardware.trackpoint per machine
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent def0c75
Changed files (2)
machine/wakasu.nix
@@ -16,20 +16,14 @@
 			../hardware/thinkpad-t460s.nix
 		];
 
-	#services.synergy.client = {
-	#	enable = true;
-	#	autoStart = false;
-	#	screenName = "wakasu";
-	#	serverAddress = "hokkaido.local";
-	#};
-
 	security.pam.loginLimits = [
 		{ domain = "@audio"; item = "memlock"; type = "-"; value = "unlimited"; }
 		{ domain = "@audio"; item = "rtprio";  type = "-"; value = "99"; }
 		{ domain = "@audio"; item = "nofile";  type = "-"; value = "99999"; }
 	];
 	hardware.bluetooth.enable = true;
-	
+	hardware.trackpoint.enable = false;
+
 	time.timeZone = "Europe/Paris";
 
 	services.xserver.displayManager.slim.theme = pkgs.fetchurl {
profiles/desktop.nix
@@ -81,13 +81,13 @@ Driver          "evdev"
 Option          "XkbLayout"     "fr"
 Option          "XkbVariant"    "bepo"
 					''
-					''
-Identifier "evdev touchpad off"
-MatchIsTouchpad "on"
-MatchDevicePath "/dev/input/event*"
-Driver "evdev"
-Option "Ignore" "true"
-					''
+#					''
+#Identifier "evdev touchpad off"
+#MatchIsTouchpad "on"
+#MatchDevicePath "/dev/input/event*"
+#Driver "evdev"
+#Option "Ignore" "true"
+#					''
 			];
 			windowManager = {
 				i3 = {