fonts: update to new style

This commit is contained in:
Christoph Hollizeck 2024-12-04 12:12:01 +01:00
parent c98426be42
commit 9be5147133
Signed by: Daholli
GPG key ID: 249300664F2AF2C7
2 changed files with 99 additions and 73 deletions

View file

@ -28,15 +28,11 @@ in
fonts.packages =
with pkgs;
[
(nerdfonts.override {
fonts = [
"CodeNewRoman"
"NerdFontsSymbolsOnly"
];
})
font-awesome
powerline-fonts
powerline-symbols
nerd-fonts.code-new-roman
nerd-fonts.symbols-only
]
++ cfg.fonts;
};