🚀 fix email
This commit is contained in:
parent
a08c7f7785
commit
9aaba816a2
6 changed files with 97 additions and 8 deletions
|
|
@ -9,8 +9,10 @@ in {
|
|||
|
||||
home-manager.users.moritz = {
|
||||
home.sessionPath = [ "/home/moritz/.config/emacs/bin/" ];
|
||||
services.emacs.enable = true;
|
||||
services.emacs.package = emacs;
|
||||
services.emacs = {
|
||||
enable = true;
|
||||
package = emacs;
|
||||
};
|
||||
|
||||
home.packages = with pkgs; [
|
||||
## Emacs itself
|
||||
|
|
@ -60,6 +62,10 @@ in {
|
|||
|
||||
# :lang python
|
||||
python-language-server
|
||||
|
||||
# :email
|
||||
mu
|
||||
isync
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue