This commit is contained in:
christoph.hollizeck 2024-03-26 19:23:10 +01:00
parent 223ee9efd2
commit 16770c5d67
6 changed files with 23 additions and 27 deletions

View file

@ -26,10 +26,10 @@ in
fonts.packages = with pkgs;
[
(nerdfonts.override {fonts = ["Jetbrains Mono" "CodeNewRoman" "NerdFontsSymbolsOnly"];})
font-awesome
powerline-fonts
powerline-symbols
(nerdfonts.override { fonts = [ "Jetbrains Mono" "CodeNewRoman" "NerdFontsSymbolsOnly" ]; })
font-awesome
powerline-fonts
powerline-symbols
]
++ cfg.fonts;
};