From 0bb256c4c6f295ab5df2f3bd18ec5fe054ad62c5 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Fri, 6 Jul 2018 17:03:46 -0700 Subject: Add offline mail sending --- home.nix | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'home.nix') 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"; -- cgit v1.2.3