diff options
author | Thanos Apollo <[email protected]> | 2024-11-06 17:52:36 +0200 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2024-11-06 17:52:36 +0200 |
commit | 4f05b44f3e238425d2dbc6f58785637ebd95d431 (patch) | |
tree | 222cf7b772b58cb26aff04123a0de9b358c897a3 /guix/home.scm | |
parent | 95798652cbdef5889d4ef75162804554f60cb057 (diff) |
guix: home: Update emacs & python packages.
Diffstat (limited to 'guix/home.scm')
-rw-r--r-- | guix/home.scm | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/guix/home.scm b/guix/home.scm index fb8e15d..5037815 100644 --- a/guix/home.scm +++ b/guix/home.scm @@ -25,13 +25,15 @@ (define thanos/emacs-packages - '("emacs-pgtk" "emacs-nov-el" "emacs-pdf-tools" "emacs-emms" + '("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" - "emacs-markdown-mode" "emacs-gnosis" "emacs-notmuch")) + "emacs-markdown-mode" "emacs-gnosis" "emacs-notmuch" "emacs-password-store" + "emacs-flycheck-package" "emacs-emojify")) (define thanos/python-packages - '("python-next" "python-pip" "python-lsp-server" "python-numpy")) + '("python-next" "python-pip" "python-lsp-server" "python-numpy" + "tree-sitter-python")) (home-environment (packages (specifications->packages |