further improvements
This commit is contained in:
parent
8f6e59d683
commit
eb46317121
7 changed files with 41 additions and 31 deletions
|
@ -26,11 +26,10 @@ in
|
|||
|
||||
fonts.packages = with pkgs;
|
||||
[
|
||||
noto-fonts
|
||||
noto-fonts-cjk-sans
|
||||
noto-fonts-cjk-serif
|
||||
noto-fonts-emoji
|
||||
(nerdfonts.override { fonts = [ "CodeNewRoman" ]; })
|
||||
(nerdfonts.override {fonts = ["Jetbrains Mono" "CodeNewRoman" "NerdFontsSymbolsOnly"];})
|
||||
font-awesome
|
||||
powerline-fonts
|
||||
powerline-symbols
|
||||
]
|
||||
++ cfg.fonts;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue