diff options
author | David Thompson <dthompson2@worcester.edu> | 2023-02-06 21:10:06 -0500 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2023-02-06 21:10:06 -0500 |
commit | c1dd8a2a80f07a7282351df9a189e6cadc8d3ee8 (patch) | |
tree | 7ebf2f7fe1f80b788854580618a5cc1162382898 | |
parent | d5ba7489777f10e2c11682c1da0345f75d66bfd4 (diff) |
laptop-manifest: Add sicp.
-rw-r--r-- | laptop-manifest.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/laptop-manifest.scm b/laptop-manifest.scm index 1aa99bf..ac2f6a1 100644 --- a/laptop-manifest.scm +++ b/laptop-manifest.scm @@ -28,7 +28,7 @@ (nongnu packages steam-client)) (use-package-modules emacs emacs-xyz fonts gimp gnome gnupg guile haskell-apps libreoffice linux password-utils pdf racket version-control - ssh tor) + scheme ssh tor) (packages->manifest (list emacs @@ -66,6 +66,7 @@ openssh pinentry racket + sicp steam strace tor |