aboutsummaryrefslogtreecommitdiffstats
path: root/guix-profile.org
diff options
context:
space:
mode:
authorGravatar Tom Willemse2022-06-16 20:39:15 -0700
committerGravatar Tom Willemse2022-06-27 09:17:45 -0700
commitce74016324840574b9066b37cf9cb116b63c3d15 (patch)
tree255d2aa3a1b0d4b48ae10535823e8ca0df2742bf /guix-profile.org
parenteee994b35eb98aed4fb64a84c26b420847d0d5cf (diff)
downloadnew-dotfiles-ce74016324840574b9066b37cf9cb116b63c3d15.tar.gz
new-dotfiles-ce74016324840574b9066b37cf9cb116b63c3d15.zip
[notmuch] Add notmuch to my guix profile
Diffstat (limited to 'guix-profile.org')
-rw-r--r--guix-profile.org7
1 files changed, 7 insertions, 0 deletions
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