Okay, include the fonts

This commit is contained in:
niten 2021-10-12 12:03:25 -07:00
parent 392fca4884
commit cd50ed9580
1 changed files with 53 additions and 53 deletions

View File

@ -82,59 +82,59 @@ in {
#fontconfig.subpixel.lcdfilter = "default"; #fontconfig.subpixel.lcdfilter = "default";
fonts = with pkgs; [ fonts = with pkgs; [
# cantarell_fonts cantarell_fonts
# dejavu_fonts dejavu_fonts
# dina-font dina-font
# dosemu_fonts dosemu_fonts
# fira-code fira-code
# fira-code-symbols fira-code-symbols
# freefont_ttf freefont_ttf
# liberation_ttf liberation_ttf
# mplus-outline-fonts mplus-outline-fonts
# nerdfonts nerdfonts
# noto-fonts noto-fonts
# noto-fonts-cjk noto-fonts-cjk
# noto-fonts-emoji noto-fonts-emoji
# proggyfonts proggyfonts
# terminus_font terminus_font
# ubuntu_font_family ubuntu_font_family
# ucsFonts ucsFonts
# ultimate-oldschool-pc-font-pack ultimate-oldschool-pc-font-pack
# unifont unifont
# xorg.fontadobe100dpi xorg.fontadobe100dpi
# xorg.fontadobe75dpi xorg.fontadobe75dpi
# xorg.fontadobeutopia100dpi xorg.fontadobeutopia100dpi
# xorg.fontadobeutopia75dpi xorg.fontadobeutopia75dpi
# xorg.fontadobeutopiatype1 xorg.fontadobeutopiatype1
# xorg.fontarabicmisc xorg.fontarabicmisc
# xorg.fontbh100dpi xorg.fontbh100dpi
# xorg.fontbh75dpi xorg.fontbh75dpi
# xorg.fontbhlucidatypewriter100dpi xorg.fontbhlucidatypewriter100dpi
# xorg.fontbhlucidatypewriter75dpi xorg.fontbhlucidatypewriter75dpi
# xorg.fontbhttf xorg.fontbhttf
# xorg.fontbhtype1 xorg.fontbhtype1
# xorg.fontbitstream100dpi xorg.fontbitstream100dpi
# xorg.fontbitstream75dpi xorg.fontbitstream75dpi
# xorg.fontbitstreamtype1 xorg.fontbitstreamtype1
# xorg.fontcronyxcyrillic xorg.fontcronyxcyrillic
# xorg.fontcursormisc xorg.fontcursormisc
# xorg.fontdaewoomisc xorg.fontdaewoomisc
# xorg.fontdecmisc xorg.fontdecmisc
# xorg.fontibmtype1 xorg.fontibmtype1
# xorg.fontisasmisc xorg.fontisasmisc
# xorg.fontjismisc xorg.fontjismisc
# xorg.fontmicromisc xorg.fontmicromisc
# xorg.fontmisccyrillic xorg.fontmisccyrillic
# xorg.fontmiscethiopic xorg.fontmiscethiopic
# xorg.fontmiscmeltho xorg.fontmiscmeltho
# xorg.fontmiscmisc xorg.fontmiscmisc
# xorg.fontmuttmisc xorg.fontmuttmisc
# xorg.fontschumachermisc xorg.fontschumachermisc
# xorg.fontscreencyrillic xorg.fontscreencyrillic
# xorg.fontsonymisc xorg.fontsonymisc
# xorg.fontsunmisc xorg.fontsunmisc
# xorg.fontwinitzkicyrillic xorg.fontwinitzkicyrillic
# xorg.fontxfree86type1 xorg.fontxfree86type1
]; ];
}; };
} }