From c8224ecc88e08b5c23e9f658cad5e155ef12ef56 Mon Sep 17 00:00:00 2001 From: Profpatsch Date: Fri, 20 Jul 2018 13:02:29 +0200 Subject: machines/katara: switch from notmuch to mu --- machines/profpatsch/katara.nix | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'machines/profpatsch/katara.nix') 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"; -- cgit 1.4.1