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

@ -7,7 +7,7 @@
fonts = [
(rec {
name = "DejaVuSansMono";
package = (pkgs.nerdfonts.override { fonts = [ name ]; });
package = pkgs.nerd-fonts.dejavu-sans-mono;
})
];
extraConfig = ''