diff options
author | David Thompson <dthompson2@worcester.edu> | 2015-05-20 15:48:32 -0400 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2015-05-20 15:48:32 -0400 |
commit | 845b2d7a603990c91e1e8bff42a433790a0461a4 (patch) | |
tree | 9f284f869efed02c53861d6a8b841c77c3e97b77 | |
parent | 73f08bbf37c0a5632bddc745c3c5d4440cc2e8a1 (diff) |
Add user profile.
-rw-r--r-- | profile.scm | 12 |
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)) |