switch to a new font
This commit is contained in:
parent
d2b2fa3fa5
commit
c3858068bd
@ -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 = {
|
||||
|
Loading…
Reference in New Issue
Block a user