summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--profile.scm73
1 files changed, 60 insertions, 13 deletions
diff --git a/profile.scm b/profile.scm
index df48c87..05fad39 100644
--- a/profile.scm
+++ b/profile.scm
@@ -1,18 +1,65 @@
-(use-package-modules less guile emacs admin mail man gnome ssh xorg gnupg
- screen ncurses gnuzilla version-control mpd pulseaudio
- fonts linux video)
+;;; Copyright © 2015 David Thompson <davet@gnu.org>
+;;;
+;;; This program is free software; you can redistribute it and/or
+;;; modify it under the terms of the GNU General Public License as
+;;; published by the Free Software Foundation; either version 3 of the
+;;; License, or (at your option) any later version.
+;;;
+;;; This program is distributed in the hope that it will be useful,
+;;; but WITHOUT ANY WARRANTY; without even the implied warranty of
+;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+;;; General Public License for more details.
+;;;
+;;; You should have received a copy of the GNU General Public License
+;;; along with this program. If not, see
+;;; <http://www.gnu.org/licenses/>.
+
+;;; Commentary:
+;;
+;; User package profile.
+;;
+;; To install this profile, run:
+;;
+;; guix package -m profile.scm
+
+(use-package-modules admin emacs fonts gimp gnome gnupg gnuzilla guile
+ inkscape less linux mail man mpd ncurses pulseaudio
+ screen ssh version-control video wget xorg)
(packages->manifest
- (list less ncurses man-db screen sshfs-fuse
- gnome-icon-theme gnome-themes-standard evince
+ (list alsa-utils
+ dmd
+ emacs
+ eog
+ evince
+ font-adobe-source-han-sans
font-dejavu
- xmodmap
- openssh gnupg pinentry
- guile-2.0
+ font-inconsolata
+ geiser
+ gimp
git
- emacs paredit geiser magit
+ (list git "send-email")
+ git-manpages
+ gnome-icon-theme
+ gnome-themes-standard
+ gnupg
+ guile-2.0
icecat
- dmd
- notmuch offlineimap
- mpd mpdscribble ncmpcpp pavucontrol
- vlc youtube-dl))
+ inkscape
+ magit
+ mpd
+ mpdscribble
+ ncmpcpp
+ ncurses
+ notmuch
+ offlineimap
+ paredit
+ pavucontrol
+ pinentry
+ screen
+ sshfs-fuse
+ strace
+ vlc
+ wget
+ xmodmap
+ youtube-dl))