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" // {
|
||||
|
|
|
|||
|
|
@ -15,7 +15,11 @@ in
|
|||
|
||||
programs.emacs = {
|
||||
enable = true;
|
||||
extraPackages = epkgs: with epkgs; [ vterm ];
|
||||
extraPackages =
|
||||
epkgs: with epkgs; [
|
||||
vterm
|
||||
mu4e
|
||||
];
|
||||
};
|
||||
|
||||
services.emacs = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue