From ba85c97be1b52e4a3711f39a11c49b77bf20299a Mon Sep 17 00:00:00 2001 From: David Thompson Date: Thu, 20 Aug 2015 19:11:18 -0400 Subject: Update user profile. --- profile.scm | 73 ++++++++++++++++++++++++++++++++++++++++++++++++++----------- 1 file changed, 60 insertions(+), 13 deletions(-) (limited to 'profile.scm') 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 +;;; +;;; 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 +;;; . + +;;; 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)) -- cgit v1.2.3