New packages need new ways of accessing fonts

This commit is contained in:
Greg Hellings
2024-12-05 11:20:03 -06:00
parent f282392ae8
commit 7ffb1ea3f5
3 changed files with 32 additions and 31 deletions
+1 -1
View File
@@ -8,7 +8,7 @@
{
# The Hack font is used in the Fugitive sidebars
fonts.fontconfig.enable = true;
home.packages = [ (pkgs.nerdfonts.override { fonts = [ "Hack" ]; }) ];
home.packages = with pkgs.nerd-fonts; [ hack ];
programs.nixvim = (import ./vim/config.nix { inherit config pkgs lib; }) // {
enable = true;