# Pastebin 36PASo46 fonts.fonts = with pkgs; [ # nerdfonts # too big to download carlito corefonts dejavu_fonts emojione fontawesome inconsolata ipafont google-fonts kochi-substitute liberation_ttf meslo-lg # noto-fonts-cjk powerline-fonts source-code-pro source-han-sans-japanese source-han-sans-korean source-han-sans-simplified-chinese source-sans-pro terminus_font terminus_font_ttf tewi-font ttf_bitstream_vera ttf-envy-code-r ubuntu_font_family vistafonts ]; fonts.fontconfig.penultimate.enable = true; fonts.fontconfig.defaultFonts = { monospace = [ "D2Coding for Powerline" "IPAGothic" ]; sansSerif = [ "DejaVu Sans" "IPAPGothic" ]; serif = [ "DejaVu Serif" "IPAPMincho" ]; };