First mu4e setup

This commit is contained in:
Charlotte Van Petegem 2021-03-20 20:21:20 +01:00
parent bbe11687c0
commit 690d57b53b
No known key found for this signature in database
GPG key ID: 019E764B7184435A
2 changed files with 144 additions and 15 deletions

View file

@ -16,6 +16,10 @@
config = ./emacs/init.el;
package = pkgs.emacsPgtk;
alwaysEnsure = true;
extraEmacsPackages = epkgs: [
# mu4e is included in the mu package and should be used from there
pkgs.mu
];
};
};
home.file = {