Adapt fonts declaration to upstream changes

This commit is contained in:
2025-02-25 23:36:41 +01:00
parent 4f0ab8b741
commit 27f5e3e350

View File

@@ -124,11 +124,11 @@ in
# Fonts declaration
fonts.packages = with pkgs; [
google-fonts
inconsolata-nerdfont
terminus_font_ttf
iosevka-bin
libertine
(nerdfonts.override { fonts = [ "NerdFontsSymbolsOnly" ]; })
nerd-fonts.inconsolata
nerd-fonts.symbols-only
];
}