diff options
author | David Thompson <dthompson@vistahigherlearning.com> | 2015-05-26 12:44:31 -0400 |
---|---|---|
committer | David Thompson <dthompson@vistahigherlearning.com> | 2015-05-26 12:44:31 -0400 |
commit | 6c07ff4449b3eb091842846fd739ca4afe56f437 (patch) | |
tree | 7eb05789c8f714bbc4f159da35c1e57a84b821b8 | |
parent | 862094edaa187214319b04938f26946b73c300c9 (diff) |
Add VHL profile.
-rw-r--r-- | vhl-profile.scm | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/vhl-profile.scm b/vhl-profile.scm new file mode 100644 index 0000000..e290867 --- /dev/null +++ b/vhl-profile.scm @@ -0,0 +1,12 @@ +(use-package-modules base guile emacs admin mail man gnome ssh xorg gnupg + screen version-control) + +(packages->manifest + (list glibc-utf8-locales screen + xmodmap + openssh gnupg pinentry + guile-2.0 + git + emacs paredit geiser magit + dmd + notmuch offlineimap)) |