Merge pull request #1576 from Emiller88/feature/mu4e-docs
Add NixOS example
This commit is contained in:
commit
66c50ceb51
1 changed files with 11 additions and 0 deletions
|
@ -54,6 +54,17 @@ sudo pacman --noconfirm --needed -S mu
|
||||||
sudo pacman -S isync # mbsync
|
sudo pacman -S isync # mbsync
|
||||||
sudo pacman -S offlineimap
|
sudo pacman -S offlineimap
|
||||||
#+END_SRC
|
#+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
|
* TODO Features
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue