From 362caa0e3414bff76e7a9c71c6ed47483eecb144 Mon Sep 17 00:00:00 2001 From: Thanos Apollo Date: Tue, 22 Oct 2024 17:44:23 +0300 Subject: guix: home: Add pearl & remove emacs-elpy. --- guix/home.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'guix') diff --git a/guix/home.scm b/guix/home.scm index 7522465..c3071b3 100644 --- a/guix/home.scm +++ b/guix/home.scm @@ -24,17 +24,17 @@ (define thanos/emacs-packages - '("emacs-pgtk" "emacs-nov-el" "emacs-pdf-tools" "emacs-elpy" + '("emacs-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-emms")) + "emacs-markdown-mode" "emacs-gnosis" "emacs-notmuch")) (define thanos/python-packages '("python-next" "python-pip" "python-lsp-server" "python-numpy")) (home-environment (packages (specifications->packages - (append '("yt-dlp" "icecat" "gcc-toolchain" "wl-clipboard" + (append '("perl" "yt-dlp" "icecat" "gcc-toolchain" "wl-clipboard" "sqlite" "hyfetch" "transmission" "isync" "mpv" "steam" "signal-desktop" "git" "fuzzel" "wl-clipboard" "alacritty" "password-store" "curl" "dino" "bind" "nmap" "hunspell" "wtype" "hunspell-dict-en-med" "hunspell-dict-el" -- cgit v1.2.3