feat(home): Setup mu4e
This commit is contained in:
parent
3885f59083
commit
5799216ea4
1 changed files with 5 additions and 1 deletions
|
|
@ -15,7 +15,11 @@ in
|
||||||
|
|
||||||
programs.emacs = {
|
programs.emacs = {
|
||||||
enable = true;
|
enable = true;
|
||||||
extraPackages = epkgs: with epkgs; [ vterm ];
|
extraPackages =
|
||||||
|
epkgs: with epkgs; [
|
||||||
|
vterm
|
||||||
|
mu4e
|
||||||
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
services.emacs = {
|
services.emacs = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue