feat(home): Setup mu4e

This commit is contained in:
Alexander Kobjolke 2025-05-17 22:26:07 +02:00
parent 446eb00ce0
commit f964c2f58b
2 changed files with 9 additions and 1 deletions

View file

@ -35,6 +35,10 @@ in
enable = true;
hooks.preNew = "mbsync --all";
};
programs.mu = {
enable = true;
hooks.preNew = "mbsync --all";
};
accounts.email = {
accounts.failco = mkAccount "me@failco.de" // {

View file

@ -15,7 +15,11 @@ in
programs.emacs = {
enable = true;
extraPackages = epkgs: with epkgs; [ vterm ];
extraPackages =
epkgs: with epkgs; [
vterm
mu4e
];
};
services.emacs = {