Home Gen26 @ 2025-05-26-19:05 by jonas@monolith
This commit is contained in:
parent
409f862805
commit
0f8310f151
@ -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;
|
||||||
|
|||||||
@ -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";
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user