Commit 0c0dd91b6965

Vincent Demeester <vincent@sbr.pm>
2016-09-11 19:47:59
Update xorg configuration
1 parent 0828561
Changed files (2)
gui.nix
@@ -4,6 +4,7 @@
 	services = {
 		xserver = {
 			enable = true;
+			vaapiDrivers = [ pkgs.vaapiIntel ];
 			synaptics = {
 				enable = true;
 				twoFingerScroll = true;
@@ -13,10 +14,29 @@
 				i3 = {
 					enable = true;
 				};
+				default = "i3";
 			};
 			displayManager = {
 				sessionCommands = "${pkgs.networkmanagerapplet}/bin/nm-applet &";
 			};
 		};
 	};
+
+	fonts = {
+	      enableFontDir = true;
+	      enableGhostscriptFonts = true;
+	      fonts = with pkgs; [
+	      	    corefonts
+		    inconsolata
+		    dejavu_fonts
+		    ubuntu_font_family
+		    unifont
+		    google-fonts
+		    symbola
+		    fira
+		    fira-code
+		    fira-mono
+		    font-droid
+	      ];
+	};
 }
packages.nix
@@ -8,6 +8,8 @@
 				vim
 				firefox
 				emacs
+				i3status
+				dmenu
 		];
 	};
 }