summaryrefslogtreecommitdiff
path: root/profile.scm
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2022-12-02 09:49:47 -0500
committerDavid Thompson <dthompson2@worcester.edu>2022-12-02 09:49:47 -0500
commitfc220d4cb281b3843dc692624c48545f18c82eb6 (patch)
tree661acb6a2ce1e1da2f1b71d2b60ae4511b615336 /profile.scm
parentd64547681fc133d13829fd105607f8b1bd17c177 (diff)
Replace profile.scm with laptop-manifest.scm.
Diffstat (limited to 'profile.scm')
-rw-r--r--profile.scm79
1 files changed, 0 insertions, 79 deletions
diff --git a/profile.scm b/profile.scm
deleted file mode 100644
index 6f84013..0000000
--- a/profile.scm
+++ /dev/null
@@ -1,79 +0,0 @@
-;;; Copyright © 2015, 2016, 2017 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-modules (guix licenses)
- (guix packages)
- (guix git-download)
- (guix build-system trivial)
- (gnu packages autotools)
- (gnu packages texinfo))
-
-(use-package-modules admin emacs engineering fonts game-development
- gimp gnome gnupg gnuzilla graphics graphviz guile
- inkscape less libusb linux mail man music ncurses
- package-management password-utils
- pulseaudio screen ssh version-control video
- wget xdisorg xorg python)
-
-(packages->manifest
- (list blender
- emacs
- emacs-better-defaults
- emacs-elfeed
- emacs-guix
- emacs-ido-ubiquitous
- emacs-js2-mode
- emacs-markdown-mode
- emacs-projectile
- emacs-rainbow-delimiters
- emacs-smex
- emacs-web-mode
- emacs-yaml-mode
- font-adobe-source-han-sans
- font-dejavu
- font-inconsolata
- geiser
- gimp
- git
- (list git "send-email")
- gmtp
- gnome-mpv
- gnupg
- guile-2.2
- guix
- icecat
- magit
- notmuch
- offlineimap
- paredit
- pinentry
- pwgen
- screen
- shepherd
- strace
- tiled
- typo
- wget
- xmodmap
- youtube-dl))