From ce74016324840574b9066b37cf9cb116b63c3d15 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Thu, 16 Jun 2022 20:39:15 -0700 Subject: [notmuch] Add notmuch to my guix profile --- guix-profile.org | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'guix-profile.org') diff --git a/guix-profile.org b/guix-profile.org index 77b594b..3473190 100644 --- a/guix-profile.org +++ b/guix-profile.org @@ -162,3 +162,10 @@ Kde Connect is an awesome application to connect devices together for functions #+begin_src scheme :noweb-ref guix-packages (specification->package "kdeconnect") #+end_src + +Notmuch is an email indexing service, somewhat like mu. I'm trying it out. The default interface for it is Emacs. + +#+begin_src scheme :noweb-ref guix-packages + (specification->package "notmuch") + (specification->package "emacs-notmuch") +#+end_src -- cgit v1.2.3-54-g00ecf