This commit is contained in:
zack 2025-01-12 13:37:57 -05:00
parent 5c08802127
commit 9bc381a8bf
No known key found for this signature in database
GPG key ID: EE8A2B709E2401D1
13 changed files with 767 additions and 70 deletions

View file

@ -30,6 +30,7 @@ in {
jost
dejavu_fonts
iosevka
cantarell-fonts
# (iosevka.override {
# set = "Custom";
# privateBuildPlan = ''
@ -59,11 +60,10 @@ in {
defaultFonts = {
monospace = [
# "ZedMono Nerd Font Mono"
"Iosevka Nerd Font Mono"
"Iosevka"
"Noto Color Emoji"
];
sansSerif = ["Inter" "Noto Color Emoji"];
sansSerif = ["Cantarell" "Noto Color Emoji"];
serif = ["Noto Serif" "Noto Color Emoji"];
emoji = ["Noto Color Emoji"];
};