fonts.fonts to fonts.package after name change

This commit is contained in:
2025-12-03 19:56:49 -05:00
parent b8f881fdbc
commit 274226dcbb

2
sw.nix
View File

@@ -44,7 +44,7 @@
programs.zsh.enable = true;
fonts.fonts = with pkgs; [
fonts.packages = with pkgs; [
nerd-fonts.fira-code
corefonts
];