Add NixOS example

This commit is contained in:
Edmund Miller 2019-07-19 13:24:25 -05:00
parent ba71d95066
commit a01f1e436c
No known key found for this signature in database
GPG key ID: BD387FF7BC10AA9D

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