home-profile: change emacs package and font. materusPC: enable emacs

This commit is contained in:
Mateusz Słodkowicz 2024-04-05 21:57:37 +02:00
parent 38eafec797
commit b4e3c7cea3
Signed by: materus
GPG Key ID: 28D140BCA60B4FD1
3 changed files with 3 additions and 4 deletions

View File

@ -77,7 +77,7 @@
dub dub
]); ]);
editor.emacs.enable = false; editor.emacs.enable = true;
}; };

View File

@ -113,7 +113,7 @@ in
programs.emacs = { programs.emacs = {
enable = true; enable = true;
package = with pkgs; lib.mkDefault (emacs29.override { withX = true; withGTK3 = true; withAlsaLib = true; withGconf = true; withImageMagick = true; withXwidgets = true; }); package = with pkgs; lib.mkDefault materusArg.pkgs.emacs-materus;
extraPackages = epkgs: ((packages epkgs)); extraPackages = epkgs: ((packages epkgs));
extraConfig = default-config; extraConfig = default-config;
}; };

View File

@ -39,8 +39,7 @@
;Graphical ;Graphical
(when (display-graphic-p) (when (display-graphic-p)
(set-frame-font "FiraCode Nerd Font" nil t) (set-frame-font "Hack Nerd Font" nil t)
) )