diff options
author | Amin Bandali <bandali@gnu.org> | 2019-08-05 19:08:21 -0400 |
---|---|---|
committer | Amin Bandali <bandali@gnu.org> | 2019-08-05 19:08:21 -0400 |
commit | 3054f8c9bf3aceef68545ccd4131baa33b1c8d89 (patch) | |
tree | b16b01e99d848d21aba7e7a5213e82861254ff93 | |
parent | a4c7bd3ea86e26e63a76f5d6375b03740e9e6a41 (diff) | |
download | configs-3054f8c9bf3aceef68545ccd4131baa33b1c8d89.tar.gz configs-3054f8c9bf3aceef68545ccd4131baa33b1c8d89.tar.xz configs-3054f8c9bf3aceef68545ccd4131baa33b1c8d89.zip |
guix: add some auxiliary packages to home-manifest
-rw-r--r-- | .config/guix/home-manifest.scm | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/.config/guix/home-manifest.scm b/.config/guix/home-manifest.scm index 8cc8196..7ba223b 100644 --- a/.config/guix/home-manifest.scm +++ b/.config/guix/home-manifest.scm @@ -1,5 +1,7 @@ (specifications->manifest - '("cvs" + '("audacity" + ;"bash-completion" + "cvs" "emacs" "emacs-alert" "emacs-async" @@ -49,16 +51,20 @@ "font-ubuntu" "getmail" "gettext" + "gimp" "git" "git:send-email" "gnupg" "guile" "haunt" + "htop" "hunspell" "hunspell-dict-en-ca" "hunspell-dict-en-us" "icecat" + "inkscape" "isync" + "mpv" "msmtp" "ncdu" "notmuch" @@ -66,9 +72,13 @@ "password-store" "pinentry-emacs" "rsync" + "rtv" "screen" "setxkbmap" + "texlive" + ;"texlive-base" "xdg-user-dirs" ;"xkbcomp" "xmodmap" - "xrdb")) + "xrdb" + "youtube-dl")) |