Commit 18c1369edc9d

Vincent Demeester <vincent@sbr.pm>
2018-03-21 17:58:01
Add a new programming font and nix-repl
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent 218dd1c
Changed files (1)
profiles
profiles/desktop.nix
@@ -33,12 +33,13 @@
 				sha256 = "0636k102vw1pmbcch75xvhjlkfk9553bcf6rba5i69m7b5bdsfd0";
 			}) {};
 		in {
-			inherit (unstablePkgs) keybase mpv emacs ledger-cli youtube-dl i3lock-color pipenv syncthing;
+			inherit (unstablePkgs) keybase mpv emacs ledger-cli youtube-dl i3lock-color pipenv syncthing iosevka fira-code;
 			inherit (sbrPkgs) ape tuck clasp;
 		};
 		allowUnfree = true;
 	};
 	environment.systemPackages = with pkgs; [
+    nix-repl
 		dmenu2
 		rofi
 		dunst
@@ -152,6 +153,7 @@ ${pkgs.xss-lock}/bin/xss-lock --ignore-sleep i3lock-color -- --clock -i $HOME/.b
 			fira-code
 			fira-mono
 			font-droid
+			iosevka
 			hasklig
 		];
 	};