fix: new nerd fonts location

This commit is contained in:
Youwen Wu 2024-12-01 01:27:12 -08:00
parent 1abd005dbe
commit 7786792042
Signed by: youwen
GPG key ID: 865658ED1FE61EC3
2 changed files with 2 additions and 2 deletions

View file

@ -27,7 +27,7 @@
};
monospace = {
name = "CaskaydiaCove Nerd Font";
package = (pkgs.nerdfonts.override { fonts = [ "CascadiaCode" ]; });
package = pkgs.nerd-fonts.caskaydia-cove;
};
};