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: youwen5
GPG key ID: 865658ED1FE61EC3
2 changed files with 2 additions and 2 deletions

View file

@ -50,7 +50,7 @@
noto-fonts
noto-fonts-cjk-sans
noto-fonts-emoji
(nerdfonts.override { fonts = [ "CascadiaCode" ]; })
nerd-fonts.caskaydia-cove
(google-fonts.override { fonts = [ "Lora" ]; })
];
};

View file

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