diff options
-rw-r--r-- | guix/home.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/guix/home.scm b/guix/home.scm index 8fae0b8..e3c6239 100644 --- a/guix/home.scm +++ b/guix/home.scm @@ -15,6 +15,7 @@ #:use-module (gnu home services shells) #:use-module (gnu home services desktop) #:use-module (gnu home services gnupg) + #:use-module (hecate packages emacs) #:export (home)) (define thanos/dotfiles-path @@ -24,7 +25,7 @@ '("emacs-pgtk" "emacs-nov-el" "emacs-pdf-tools" "emacs-elpy" "emacs-geiser" "emacs-geiser-guile" "emacs-vterm" "emacs-jabber" "emacs-yeetube" "emacs-gnosis" "emacs-debbugs" "emacs-eshell-git-prompt" - "emacs-markdown-mode")) + "emacs-0x0" "emacs-markdown-mode")) (home-environment ;; Below is the list of packages that will show up in your |