Adapt fonts declaration to upstream changes

This commit is contained in:
coolneng 2025-02-25 23:36:41 +01:00
parent 4f0ab8b741
commit 27f5e3e350
Signed by: coolneng
GPG Key ID: 9893DA236405AF57

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
];
}