diff options
author | Thanos Apollo <[email protected]> | 2025-02-08 05:46:29 +0200 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2025-02-08 05:46:29 +0200 |
commit | 5fdc6d3eeb3788e02c1145b6966197b13c6cb6c2 (patch) | |
tree | 8503ef04bd8d2f30eb06a1461727726cd6f61265 | |
parent | 70d17697c8527415a0d498520e11d8f7198a6996 (diff) |
guix: home: Replace icecat wtih librewolf
-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 0ec1593..ede7576 100644 --- a/guix/home.scm +++ b/guix/home.scm @@ -37,11 +37,11 @@ (home-environment (packages (specifications->packages - (append '("perl" "yt-dlp" "torbrowser" "icecat" "sbcl" "notmuch" "hunspell-dict-en" + (append '("perl" "yt-dlp" "torbrowser" "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" - "mlocate" "rsync" "grimshot" "swayidle" "htop" + "mlocate" "rsync" "grimshot" "swayidle" "htop" "librewolf" "net-tools" "gnupg" "stow" "dunst" "libnotify") thanos/emacs-packages thanos/python-packages thanos/fonts-packages))) (services |