mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Add NixOS example
This commit is contained in:
@ -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
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user