Fonts: Difference between revisions
imported>Vieta mNo edit summary |
imported>Vieta mNo edit summary |
||
Line 27: | Line 27: | ||
<syntaxhighlight lang="nix"> | <syntaxhighlight lang="nix"> | ||
fonts. | fonts.packages = with pkgs; [ | ||
(nerdfonts.override { fonts = [ "FiraCode" "DroidSansMono" ]; }) | (nerdfonts.override { fonts = [ "FiraCode" "DroidSansMono" ]; }) | ||
]; | ]; | ||
Line 55: | Line 55: | ||
packages = with pkgs; [ | packages = with pkgs; [ | ||
ubuntu_font_family | ubuntu_font_family | ||
# Persian Font | # Persian Font | ||
vazir-fonts | vazir-fonts |