Commit 223ec1b1dfde

Vincent Demeester <vincent@sbr.pm>
2016-09-15 22:15:10
Fix ergodox thingy by making sure we have a default variant
1 parent 71af07e
Changed files (1)
keyboard.nix
@@ -4,6 +4,7 @@
 	services = {
 		xserver =  {
 			layout = "fr";
+			xkbVariant = "oss";
 			inputClassSections = [
 					''
 					Identifier      "TypeMatrix"
@@ -17,7 +18,7 @@
 					''
 					''
 					Identifier      "ErgoDox"
-					#MatchIsKeyboard "on"
+					MatchIsKeyboard "on"
 					#MatchVendor     "ErgoDox_EZ"
 					#MatchProduct    "ErgoDox_EZ"
                                         MatchUSBID      "feed:1307"