Add Inconsolata nerd font
This commit is contained in:
parent
2301b7b7de
commit
d616cd473e
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ in
|
||||||
fontDir.enable = true;
|
fontDir.enable = true;
|
||||||
|
|
||||||
fonts = with pkgs; [
|
fonts = with pkgs; [
|
||||||
(nerdfonts.override { fonts = [ "CascadiaCode" "DroidSansMono" "FiraCode" "Iosevka" "Monoid" "Meslo" "Noto" "SourceCodePro" ]; })
|
(nerdfonts.override { fonts = [ "CascadiaCode" "DroidSansMono" "FiraCode" "Inconsolata" "Iosevka" "Monoid" "Meslo" "Noto" "SourceCodePro" ]; })
|
||||||
dejavu_fonts
|
dejavu_fonts
|
||||||
google-fonts
|
google-fonts
|
||||||
kochi-substitute
|
kochi-substitute
|
||||||
|
|
Loading…
Reference in a new issue