diff options
author | Thanos Apollo <[email protected]> | 2025-04-10 17:14:15 +0300 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2025-04-10 17:14:15 +0300 |
commit | 88fdc0294661d1068b01b95fe25de46002cb3614 (patch) | |
tree | 9fa724b33e058d3ab0c10c10a2b6d5927354eece | |
parent | f9d2f79a7b4ee58ff164a4dfd9811d7d3a3ec0a5 (diff) |
guix: home: Replace librewolf with mullvadbrowser.
-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 |