This commit is contained in:
notgne2 2022-09-21 07:06:15 -07:00
parent cf401b300c
commit 83aa4d9424
No known key found for this signature in database
GPG key ID: 5CE0A245A2DAC84A
15 changed files with 620 additions and 198 deletions

View file

@ -205,13 +205,13 @@ in
echo "https://p.gen2.space/uploads/$fileid.$extension"
'';
fonts.favFont = {
ezfonts.font = {
name = "Anonymice Nerd Font";
package = pkgs.nerdfonts.override { fonts = [ "AnonymousPro" ]; };
size = 11;
};
colors.baseColors = {
ezcolors.baseColors = {
base00 = "282936";
base01 = "3a3c4e";
base02 = "4d4f68";