This commit is contained in:
zack 2024-12-16 16:39:20 -05:00
parent e4da7e87fe
commit ed77ae6e6b
No known key found for this signature in database
GPG key ID: 5F873416BCF59F35
18 changed files with 800 additions and 583 deletions

View file

@ -48,7 +48,9 @@ in {
noto-fonts-cjk-sans
noto-fonts-emoji
jetbrains-mono
(nerdfonts.override {fonts = ["Iosevka" "JetBrainsMono"];})
nerd-fonts.iosevka
nerd-fonts.zed-mono
# (nerdfonts.override {fonts = ["ZedMono" "Iosevka"];})
];
enableDefaultPackages = false;
@ -57,11 +59,12 @@ in {
fontconfig = {
defaultFonts = {
monospace = [
"Iosevka Font Mono"
# "ZedMono Nerd Font Mono"
"Iosevka Nerd Font Mono"
"Iosevka"
"Noto Color Emoji"
];
sansSerif = ["Iosevka" "Noto Color Emoji"];
sansSerif = ["Inter" "Noto Color Emoji"];
serif = ["Noto Serif" "Noto Color Emoji"];
emoji = ["Noto Color Emoji"];
};