flake: use new nerd-fonts packages

This commit is contained in:
Infinidoge 2024-12-11 21:50:16 -05:00
parent 875f0dc67f
commit 0824a1b8ee
Signed by: Infinidoge
SSH key fingerprint: SHA256:EMoPe5e2dO0gEvtBb2xkZTz5dkyL0rBmuiGTKG5s96E
3 changed files with 4 additions and 5 deletions

View file

@ -66,9 +66,8 @@ in
];
fonts.packages = with pkgs; [
(nerdfonts.override {
fonts = [ "DejaVuSansMono" "NerdFontsSymbolsOnly" ];
})
nerd-fonts.dejavu-sans-mono
nerd-fonts.symbols-only
dejavu_fonts
];