mail: make sure mu is native comp'd with the right emacs
This commit is contained in:
parent
39dc6723d5
commit
95b5b0d11c
2 changed files with 5 additions and 2 deletions
|
@ -19,7 +19,7 @@
|
|||
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;
|
||||
extraEmacsPackages = epkgs: lib.optional config.chvp.graphical.mail.enable (pkgs.mu.override { emacs = pkgs.emacs-pgtk; });
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
@ -365,7 +365,10 @@ in
|
|||
programs = {
|
||||
mbsync.enable = true;
|
||||
msmtp.enable = true;
|
||||
mu.enable = true;
|
||||
mu = {
|
||||
enable = true;
|
||||
package = pkgs.mu.override { emacs = pkgs.emacs-pgtk; };
|
||||
};
|
||||
};
|
||||
services = {
|
||||
imapnotify.enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue