From 211af48ee19655625256f3f8d8829bb24683926d Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Mon, 10 Jul 2023 00:33:12 -0700 Subject: Add recutils to my home profile --- oni/home/config/rincewind.scm | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'oni/home/config/rincewind.scm') diff --git a/oni/home/config/rincewind.scm b/oni/home/config/rincewind.scm index 7734900..e39b1cc 100644 --- a/oni/home/config/rincewind.scm +++ b/oni/home/config/rincewind.scm @@ -5,6 +5,9 @@ #:select (home-environment)) #:use-module ((gnu packages certs) #:select (nss-certs)) + #:use-module ((gnu packages databases) + #:select (recutils + emacs-rec-mode)) #:use-module ((gnu packages emacs) #:select (emacs-next)) #:use-module ((gnu packages emacs-xyz) @@ -210,6 +213,8 @@ emacs-oni-magit emacs-oni-notmuch gforth + recutils + emacs-rec-mode ;; Might be needed for certain icons? hicolor-icon-theme ;; Might be needed for cetrificates -- cgit v1.2.3-54-g00ecf