summaryrefslogtreecommitdiff
path: root/laptop-manifest.scm
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2022-12-12 10:51:52 -0500
committerDavid Thompson <dthompson2@worcester.edu>2022-12-12 10:51:52 -0500
commitd9a8d58d3a2018211d206d7be3268141176b1eb2 (patch)
treed2155cf06a84f31576cbcc2531a06968ea29962e /laptop-manifest.scm
parent5d092ff4cd72736ff7278a8745a57f4d4d765f89 (diff)
laptop-manifest: Add gpg and racket stuff.
Diffstat (limited to 'laptop-manifest.scm')
-rw-r--r--laptop-manifest.scm9
1 files changed, 7 insertions, 2 deletions
diff --git a/laptop-manifest.scm b/laptop-manifest.scm
index 5ca7b94..812f9a9 100644
--- a/laptop-manifest.scm
+++ b/laptop-manifest.scm
@@ -25,7 +25,8 @@
(use-modules (guix git-download)
(guix packages)
(nongnu packages mozilla))
-(use-package-modules emacs emacs-xyz fonts gimp gnome guile version-control ssh)
+(use-package-modules emacs emacs-xyz fonts gimp gnome gnupg guile
+ racket version-control ssh)
(packages->manifest
(list emacs
@@ -40,6 +41,7 @@
emacs-magit
emacs-markdown-mode
emacs-paredit
+ emacs-racket-mode
emacs-rainbow-delimiters
emacs-smex
emacs-typo
@@ -53,5 +55,8 @@
git
(list git "send-email")
gnome-tweaks
+ gnupg
guile-3.0
- openssh))
+ openssh
+ pinentry
+ racket))