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

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

View File

@ -9,7 +9,8 @@
cmake cmake
emacs-all-the-icons-fonts emacs-all-the-icons-fonts
fira fira
nerd-fonts.fira-code fira-code
fira-code-symbols
gcc gcc
]; ];
default-core-pkgs = with pkgs; [ default-core-pkgs = with pkgs; [
@ -133,6 +134,8 @@ in {
}; };
config = lib.mkIf cfg.enable { config = lib.mkIf cfg.enable {
fonts.fontconfig.enable = true;
programs.emacs = { programs.emacs = {
enable = true; enable = true;
package = wrapped-emacs; package = wrapped-emacs;

View File

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