System Gen42 @ 2025-05-26-18:51:10 by jonas@monolith

This commit is contained in:
Jonas Röger 2025-05-26 22:12:27 +02:00
parent 2bc68b582d
commit 409f862805
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@
cmake cmake
emacs-all-the-icons-fonts emacs-all-the-icons-fonts
fira fira
fira-code nerd-fonts.fira-code
gcc gcc
]; ];
default-core-pkgs = with pkgs; [ default-core-pkgs = with pkgs; [

View File

@ -14,7 +14,7 @@ in {
enable = true; enable = true;
shellIntegration.enableZshIntegration = true; shellIntegration.enableZshIntegration = true;
font = { font = {
package = pkgs.fira-code; package = pkgs.nerd-fonts.fira-code;
name = "Fira Code Nerd Font"; name = "Fira Code Nerd Font";
size = 12; size = 12;
}; };