diff options
author | Ben Sima <ben@bsima.me> | 2018-07-10 11:13:37 -0700 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2018-07-10 11:13:37 -0700 |
commit | 486a7d2e64d3872088b7d61b9cd679f667b4d56b (patch) | |
tree | fc76f96bb696fdc6dca2205f62a865e0b92ce5c2 /home.nix | |
parent | 0bb256c4c6f295ab5df2f3bd18ec5fe054ad62c5 (diff) |
Add notmuch and urlscan configs to mutt
Diffstat (limited to 'home.nix')
-rw-r--r-- | home.nix | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -54,6 +54,10 @@ in source = ./msmtprc; target = ".msmtprc"; }; + notmuch = { + source = ./notmuch; + target = ".notmuch-config"; + }; tmux = { source = ./tmux; target = ".tmux.conf"; |