update fonts

This commit is contained in:
Jacob Janzen 2024-12-08 21:59:27 -06:00
parent 2212cabc01
commit f118954615

View file

@ -8,7 +8,7 @@ Install fonts necessary for my configuration.
fonts.fontconfig.enable = true;
home.packages = with pkgs; [
cm_unicode
(pkgs.nerdfonts.override { fonts = [ "SourceCodePro" ]; })
nerd-fonts.sauce-code-pro
];
}
#+end_src