fix: fix eval error on nerdfonts

This commit is contained in:
Luj 2025-01-02 10:03:09 +01:00
parent 863f4bdf92
commit f9969fb4b7
2 changed files with 59 additions and 56 deletions

View file

@ -26,7 +26,7 @@ with lib;
};
font = {
name = "FiraCode Nerd Font Mono Reg";
package = with pkgs; (nerdfonts.override { fonts = [ "FiraCode" ]; });
package = pkgs.nerd-fonts.fira-code;
};
themeFile = "Catppuccin-Mocha";