summaryrefslogtreecommitdiff
path: root/linux.nix
diff options
context:
space:
mode:
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";
- };
};
}