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