summaryrefslogtreecommitdiff
path: root/home.nix
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2018-07-10 11:13:37 -0700
committerBen Sima <ben@bsima.me>2018-07-10 11:13:37 -0700
commit486a7d2e64d3872088b7d61b9cd679f667b4d56b (patch)
treefc76f96bb696fdc6dca2205f62a865e0b92ce5c2 /home.nix
parent0bb256c4c6f295ab5df2f3bd18ec5fe054ad62c5 (diff)
Add notmuch and urlscan configs to mutt
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 fdcbb61..a5adf08 100644
--- a/home.nix
+++ b/home.nix
@@ -54,6 +54,10 @@ in
source = ./msmtprc;
target = ".msmtprc";
};
+ notmuch = {
+ source = ./notmuch;
+ target = ".notmuch-config";
+ };
tmux = {
source = ./tmux;
target = ".tmux.conf";