Added FiraCode font
This commit is contained in:
+1
-1
@@ -917,7 +917,7 @@ This file installs and configures fonts
|
||||
{ config, pkgs, ... }:
|
||||
{
|
||||
environment.systemPackages = with pkgs; [
|
||||
(nerdfonts.override { fonts = [ "Iosevka Nerd Font" ]; })
|
||||
(nerdfonts.override { fonts = [ "Iosevka Nerd Font","FiraCode" ]; })
|
||||
];
|
||||
}
|
||||
#+END_SRC
|
||||
|
||||
Reference in New Issue
Block a user