summaryrefslogtreecommitdiff
path: root/home.nix
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2018-07-06 17:03:46 -0700
committerBen Sima <ben@bsima.me>2018-07-06 17:03:46 -0700
commit0bb256c4c6f295ab5df2f3bd18ec5fe054ad62c5 (patch)
treea91869ae7a7450265391acc396532a856adfce82 /home.nix
parentd7a8920d0b82a699414ecc7bd5640cf3e8eb9aeb (diff)
Add offline mail sending
Diffstat (limited to 'home.nix')
-rw-r--r--home.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/home.nix b/home.nix
index 093722e..fdcbb61 100644
--- a/home.nix
+++ b/home.nix
@@ -50,6 +50,10 @@ in
source = ./mailcap;
target = ".mailcap";
};
+ msmtp = {
+ source = ./msmtprc;
+ target = ".msmtprc";
+ };
tmux = {
source = ./tmux;
target = ".tmux.conf";