diff options
author | David Thompson <davet@gnu.org> | 2015-06-19 20:26:06 -0400 |
---|---|---|
committer | David Thompson <davet@gnu.org> | 2015-06-19 20:26:06 -0400 |
commit | 8d1986bed307e0ff162e49e81cb366ae34a55f49 (patch) | |
tree | b07577a035c6d7bc4a89d9c1e0b0687555c8d485 | |
parent | 16e557bde8457f187b4cc5783438693c9fd0765c (diff) |
Update user profile.
-rw-r--r-- | profile.scm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/profile.scm b/profile.scm index 3dc1083..df48c87 100644 --- a/profile.scm +++ b/profile.scm @@ -1,9 +1,9 @@ (use-package-modules less guile emacs admin mail man gnome ssh xorg gnupg screen ncurses gnuzilla version-control mpd pulseaudio - fonts) + fonts linux video) (packages->manifest - (list less ncurses man-db screen + (list less ncurses man-db screen sshfs-fuse gnome-icon-theme gnome-themes-standard evince font-dejavu xmodmap @@ -14,5 +14,5 @@ icecat dmd notmuch offlineimap - mpd mpdscribble - pavucontrol)) + mpd mpdscribble ncmpcpp pavucontrol + vlc youtube-dl)) |