fonts: update to new style

This commit is contained in:
Christoph Hollizeck 2024-12-04 12:12:01 +01:00
parent dc11589022
commit a8ff0b420f
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
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;
};