diff options
author | Thanos Apollo <[email protected]> | 2024-11-11 19:17:20 +0200 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2024-11-11 19:17:20 +0200 |
commit | dfe7cdbef9a961d3b06d08e4619d9eb48141df6b (patch) | |
tree | feda34271dd350fc7d2b533d8874935dc194da25 /guix | |
parent | 7de450beb9feb0ceee1ee957ab198d09afd7f65a (diff) |
guix: home: Remove uneeded emacs packages.
Diffstat (limited to 'guix')
-rw-r--r-- | guix/home.scm | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/guix/home.scm b/guix/home.scm index 2b64022..0b823d0 100644 --- a/guix/home.scm +++ b/guix/home.scm @@ -26,10 +26,8 @@ (define thanos/emacs-packages '("emacs-next-pgtk" "emacs-nov-el" "emacs-pdf-tools" "emacs-emms" - "emacs-geiser" "emacs-geiser-guile" "emacs-jabber" "emacs-yeetube" - "emacs-debbugs" "emacs-eshell-git-prompt" "emacs-0x0" "emacs-org-roam-ui" - "emacs-markdown-mode" "emacs-gnosis" "emacs-notmuch" "emacs-password-store" - "emacs-flycheck-package" "emacs-emojify")) + "emacs-geiser" "emacs-geiser-guile" "emacs-notmuch" "emacs-password-store" + "emacs-debbugs" "emacs-0x0" "emacs-emojify")) (define thanos/python-packages '("python-next" "python-pip" "python-lsp-server" "python-numpy" |