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

This commit is contained in:
2024-04-05 21:57:37 +02:00
parent 38eafec797
commit b4e3c7cea3
3 changed files with 3 additions and 4 deletions
@@ -77,7 +77,7 @@
dub
]);
editor.emacs.enable = false;
editor.emacs.enable = true;
};
@@ -113,7 +113,7 @@ in
programs.emacs = {
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));
extraConfig = default-config;
};