diff options
Diffstat (limited to '.config/guix')
| -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")) | 
