Merge pull request #1576 from Emiller88/feature/mu4e-docs

Add NixOS example
This commit is contained in:
Henrik Lissner 2019-07-27 03:27:36 +02:00 committed by GitHub
commit 66c50ceb51
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -54,6 +54,17 @@ sudo pacman --noconfirm --needed -S mu
sudo pacman -S isync # mbsync
sudo pacman -S offlineimap
#+END_SRC
** NixOS
#+BEGIN_SRC nix
environment.systemPackages = with pkgs; [
mu
# And one of the following
isync
offlineimap
];
#+END_SRC
[[https://github.com/Emiller88/dotfiles/blob/master/modules/shell/mail.nix][An example of setting up mbsync with home-manager]]
* TODO Features