add nerdfont

This commit is contained in:
2025-12-03 19:33:46 -05:00
parent 5b874b959f
commit 8e29328af8

2
sw.nix
View File

@@ -42,7 +42,7 @@
programs.zsh.enable = true;
fonts.packages = with pkgs; [
(nerdfonts.override { fonts = "FiraCode"; } )
nerd-fonts.fira-code
];
fonts.fontconfig = {
enable = true;