mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-06-08 10:09:04 +02:00
fix: fix eval error on nerdfonts
This commit is contained in:
parent
df4c52c5d0
commit
7c30c450e0
2 changed files with 59 additions and 56 deletions
|
@ -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";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue