Home Gen26 @ 2025-05-26-19:05 by jonas@monolith

This commit is contained in:
Jonas Röger 2025-05-26 22:09:50 +02:00
parent 9539f2551e
commit 2bc68b582d
2 changed files with 2 additions and 2 deletions

View File

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

View File

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