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
|
@ -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