nuke ezcolors and ezfonts

This commit is contained in:
notgne2 2025-06-17 19:57:54 -07:00
parent 7114adfe1d
commit d06bae21cc
No known key found for this signature in database
10 changed files with 28 additions and 659 deletions

View file

@ -209,13 +209,14 @@ in {
echo "https://p.gen2.space/uploads/$fileid.$extension"
'';
ezfonts.font = {
stylix.fonts = lib.genAttrs ["monospace" "sansSerif" "serif"] (_: {
name = "AnonymicePro Nerd Font";
package = pkgs.nerd-fonts.anonymice;
size = 11;
}) // {
sizes = lib.genAttrs ["applications" "desktop" "popups" "terminal"] (_: 11);
};
ezcolors.baseColors = {
stylix.base16Scheme = {
base00 = "0b1c2c";
base01 = "223b54";
base02 = "405c79";