diff options
Diffstat (limited to 'guix')
-rw-r--r-- | guix/home.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/guix/home.scm b/guix/home.scm index ef018b4..97c146b 100644 --- a/guix/home.scm +++ b/guix/home.scm @@ -21,9 +21,8 @@ (format #f "~a/dotfiles" (getenv "HOME"))) (define thanos/emacs-packages - (list "emacs-pgtk" "emacs-nov-el" "emacs-pdf-tools" - "emacs-elpy" "emacs-geiser" "emacs-geiser-guile" - "emacs-vterm" "emacs-jabber" "emacs-yeetube")) + '("emacs-pgtk" "emacs-nov-el" "emacs-pdf-tools" "emacs-elpy" + "emacs-geiser" "emacs-geiser-guile" "emacs-vterm" "emacs-jabber")) (home-environment ;; Below is the list of packages that will show up in your @@ -80,6 +79,7 @@ ("BROWSER" . "icecat") ("XDG_SCREENSHOTS_DIR" . "/home/$USER/Pictures/screenshots/") ("PATH" . "/home/$USER/.local/bin:$PATH"))) + ;; GPG Configuration (service home-gpg-agent-service-type (home-gpg-agent-configuration |