summaryrefslogtreecommitdiff
path: root/linux.nix
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2020-10-30 12:06:44 -0400
committerBen Sima <ben@bsima.me>2020-10-30 12:06:44 -0400
commit46da79cb9474bc1280cc5a1ff4124956af00742b (patch)
tree402e9e0c03df195a6ac0ddde0bcc76256b1bf62b /linux.nix
parent6b2c03d3bb8ac1de2d9431fe08c12b45ec193695 (diff)
Move some email settings around
Diffstat (limited to 'linux.nix')
-rw-r--r--linux.nix5
1 files changed, 0 insertions, 5 deletions
diff --git a/linux.nix b/linux.nix
index fb8fb76..edbaf9c 100644
--- a/linux.nix
+++ b/linux.nix
@@ -423,10 +423,5 @@ in
rofi = {
enable = true;
};
-
- notmuch = {
- enable = true;
- hooks.postNew = "${pkgs.afew}/bin/afew -tn && ${pkgs.afew}/bin/afew -t tag:inbox";
- };
};
}