Home Gen26 @ 2025-05-26-19:05 by jonas@monolith
This commit is contained in:
parent
409f862805
commit
0f8310f151
@ -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;
|
||||
|
||||
@ -15,7 +15,7 @@ in {
|
||||
shellIntegration.enableZshIntegration = true;
|
||||
font = {
|
||||
package = pkgs.nerd-fonts.fira-code;
|
||||
name = "Fira Code Nerd Font";
|
||||
name = "FiraCode Nerd Font";
|
||||
size = 12;
|
||||
};
|
||||
themeFile = "Molokai";
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user