diff options
author | Thanos Apollo <[email protected]> | 2024-07-16 08:56:03 +0300 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2024-07-16 08:56:03 +0300 |
commit | 1002d2306840ef3a1fe8f426186d7c5da376c22a (patch) | |
tree | 4bf14c0de42ced0b01b9d2fdfab3c9bcb2f25f4f /guix | |
parent | cef4e6244290ca48c7f660f56b500868610d42d3 (diff) |
guix: home: Add emacs-0x0 and hecate
Diffstat (limited to 'guix')
-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 |