diff options
-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 3c632b6..9c0ab00 100644 --- a/guix/home.scm +++ b/guix/home.scm @@ -32,7 +32,7 @@ '("emacs-next-pgtk" "emacs-nov-el" "emacs-pdf-tools" "emacs-emms" "emacs-geiser" "emacs-geiser-guile" "emacs-notmuch" "emacs-password-store" "emacs-debbugs" "emacs-0x0" "emacs-emojify" "emacs-org-present" "emacs-sudo-edit" - "emacs-magit" "emacs-telega" "emacs-jabber")) + "emacs-magit" "emacs-telega" "emacs-jabber" "pinentry-emacs")) (define thanos/python-packages '("python-next" "python-pip" "python-lsp-server" "python-numpy" "python-pyflakes" @@ -46,8 +46,8 @@ "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" - "mlocate" "rsync" "grimshot" "swayidle" "htop" "librewolf" "brightnessctl" - "net-tools" "gnupg" "stow" "dunst" "libnotify" "hugo" "flatpak") + "mlocate" "rsync" "grimshot" "swayidle" "htop" "mullvadbrowser" "brightnessctl" + "net-tools" "gnupg" "stow" "dunst" "libnotify" "hugo") thanos/emacs-packages thanos/python-packages thanos/fonts-packages))) (services (list (service home-bash-service-type |