Add mu4e epkgs patch and use it
This commit is contained in:
parent
f43162eed7
commit
8eb59c601f
2 changed files with 143 additions and 2 deletions
|
@ -18,8 +18,7 @@
|
|||
config = config.chvp.base.emacs.fullConfig;
|
||||
package = pkgs.emacs-pgtk;
|
||||
alwaysEnsure = true;
|
||||
# mu4e is included in the mu package and should be used from there
|
||||
extraEmacsPackages = epkgs: lib.optional config.chvp.graphical.mail.enable (pkgs.mu.override { emacs = pkgs.emacs-pgtk; });
|
||||
extraEmacsPackages = epkgs: lib.optional config.chvp.graphical.mail.enable epkgs.mu4e;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue