diff options
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"; |