nuke ezcolors and ezfonts
This commit is contained in:
parent
7114adfe1d
commit
d06bae21cc
10 changed files with 28 additions and 659 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue