diff options
Diffstat (limited to 'guix/home.scm')
-rw-r--r-- | guix/home.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/guix/home.scm b/guix/home.scm index 5037815..2b64022 100644 --- a/guix/home.scm +++ b/guix/home.scm @@ -27,7 +27,7 @@ (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" + "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")) @@ -37,7 +37,7 @@ (home-environment (packages (specifications->packages - (append '("perl" "yt-dlp" "torbrowser" "icecat" "sbcl" "notmuch" + (append '("perl" "yt-dlp" "torbrowser" "icecat" "sbcl" "notmuch" "hunspell-dict-en" "gcc-toolchain" "sqlite" "hyfetch" "transmission" "isync" "mpv" "steam" "signal-desktop" "git" "fuzzel" "alacritty" "password-store" "curl" "dino" "bind" "nmap" "hunspell" "wtype" "hunspell-dict-en-med" |