From 3054f8c9bf3aceef68545ccd4131baa33b1c8d89 Mon Sep 17 00:00:00 2001 From: Amin Bandali Date: Mon, 5 Aug 2019 19:08:21 -0400 Subject: [PATCH] guix: add some auxiliary packages to home-manifest --- .config/guix/home-manifest.scm | 14 ++++++++++++-- 1 file 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")) -- 2.20.1