switch to a new font

This commit is contained in:
notgne2 2022-01-13 13:07:19 -07:00
parent d2b2fa3fa5
commit c3858068bd
No known key found for this signature in database
GPG Key ID: BB661E172B42A7F8

View File

@ -246,9 +246,10 @@ in
echo "https://p.gen2.space/uploads/$fileid.$extension"
'';
fonts = {
favFont.name = "Hack Nerd Font Mono";
favFont.size = 10;
fonts.favFont = {
name = "Anonymice Nerd Font";
package = pkgs.nerdfonts.override { fonts = [ "AnonymousPro" ]; };
size = 11;
};
colors.baseColors = {