summaryrefslogtreecommitdiff
path: root/profile.scm
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2015-05-20 15:48:32 -0400
committerDavid Thompson <dthompson2@worcester.edu>2015-05-20 15:48:32 -0400
commit845b2d7a603990c91e1e8bff42a433790a0461a4 (patch)
tree9f284f869efed02c53861d6a8b841c77c3e97b77 /profile.scm
parent73f08bbf37c0a5632bddc745c3c5d4440cc2e8a1 (diff)
Add user profile.
Diffstat (limited to 'profile.scm')
-rw-r--r--profile.scm12
1 files changed, 12 insertions, 0 deletions
diff --git a/profile.scm b/profile.scm
new file mode 100644
index 0000000..22d1488
--- /dev/null
+++ b/profile.scm
@@ -0,0 +1,12 @@
+(use-package-modules base less guile emacs admin ruby mail man)
+
+(packages->manifest
+ (list ruby
+ coreutils
+ less
+ man-db
+ notmuch
+ guile-2.0
+ emacs
+ dmd
+ offlineimap))