feat(home): Setup mu4e
This commit is contained in:
parent
446eb00ce0
commit
f964c2f58b
2 changed files with 9 additions and 1 deletions
|
|
@ -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" // {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue