fonts: new nerd-font packages

This commit is contained in:
ooks-io 2025-01-06 16:28:30 +11:00
parent 8d9c2a0ed2
commit 859ba27ce0
3 changed files with 3 additions and 4 deletions

View file

@ -16,8 +16,7 @@ in {
pkgs.noto-fonts
pkgs.noto-fonts-cjk-sans
pkgs.noto-fonts-emoji
(pkgs.nerdfonts.override
{fonts = ["NerdFontsSymbolsOnly"];})
pkgs.nerd-fonts.symbols-only
]
++ optionals (monospace.fallback != null) [monospace.fallback.package];
}