about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--machines/profpatsch/katara.nix7
1 files changed, 4 insertions, 3 deletions
diff --git a/machines/profpatsch/katara.nix b/machines/profpatsch/katara.nix
index 5dbd7763..9338683d 100644
--- a/machines/profpatsch/katara.nix
+++ b/machines/profpatsch/katara.nix
@@ -194,7 +194,8 @@ in {
         elinks               # command line browser
         mutt-with-sidebar    # has been sucking less since 1995
         msmtp                # SMTP client
-        notmuch              # mail indexer
+        # notmuch              # mail indexer
+        mu                   # mail indexing w/ emacs mode
         pythonPackages.alot  # the next cool thing!
       ];
       nixPkgs = [
@@ -401,8 +402,8 @@ in {
             OnUnitActiveSec ="15m";
           };
         };
-        services.notmuch = {
-          description = "notmuch job";
+        services.mu = {
+          description = "mu job";
           serviceConfig = {
             Restart = "no";
             ExecStart = "${pkgs.notmuch}/bin/notmuch new";