materusPC: updates

This commit is contained in:
2024-10-27 22:00:57 +01:00
parent 319f3899ab
commit 4dfcc37c3c
4 changed files with 15 additions and 2 deletions
@@ -113,7 +113,16 @@ in
programs.emacs = {
enable = true;
package = with pkgs; lib.mkDefault materusArg.pkgs.emacs-materus;
package = with pkgs; lib.mkDefault (pkgs.emacs29.override {
withSQLite3 = true;
withWebP = true;
withX = true;
withGTK3 = true;
withAlsaLib = true;
withGconf = true;
withImageMagick = true;
withXwidgets = true;
});
extraPackages = epkgs: ((packages epkgs));
extraConfig = default-config;
};