diff options
author | David Thompson <davet@gnu.org> | 2015-05-27 18:10:57 -0400 |
---|---|---|
committer | David Thompson <davet@gnu.org> | 2015-05-27 18:10:57 -0400 |
commit | 7fe81fc2db82e0322c913096dad772951002de4f (patch) | |
tree | f5b96275f87910361a0ec1c46300de531c0dcbac | |
parent | 6c07ff4449b3eb091842846fd739ca4afe56f437 (diff) |
Update profile.
-rw-r--r-- | profile.scm | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/profile.scm b/profile.scm index e59dfda..3dc1083 100644 --- a/profile.scm +++ b/profile.scm @@ -1,9 +1,11 @@ (use-package-modules less guile emacs admin mail man gnome ssh xorg gnupg - screen ncurses gnuzilla version-control) + screen ncurses gnuzilla version-control mpd pulseaudio + fonts) (packages->manifest (list less ncurses man-db screen - gnome-icon-theme gnome-themes-standard + gnome-icon-theme gnome-themes-standard evince + font-dejavu xmodmap openssh gnupg pinentry guile-2.0 @@ -11,4 +13,6 @@ emacs paredit geiser magit icecat dmd - notmuch offlineimap)) + notmuch offlineimap + mpd mpdscribble + pavucontrol)) |