# # Font configuration. # # vim: et:ts=2:sw=2: # { deprekages, pkgs, ... }: { fonts = { packages = [ deprekages.font-monolisa deprekages.font-codicon deprekages.font-manrope deprekages.font-phantom-sans pkgs.nerd-fonts.terminess-ttf pkgs.terminus_font ]; fontconfig.localConf = '' lcdlight ''; }; }