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 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 |