fonts: update to new style
This commit is contained in:
parent
c98426be42
commit
9be5147133
2 changed files with 99 additions and 73 deletions
|
@ -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;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue