diff options
author | David Thompson <dthompson2@worcester.edu> | 2022-12-13 10:22:00 -0500 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2022-12-13 10:22:00 -0500 |
commit | 2104ee4c5c58d41daba16dd9d95d818cd58f732b (patch) | |
tree | 2a2fc8b2322db8207fd069197355da1444b4dbad | |
parent | d9a8d58d3a2018211d206d7be3268141176b1eb2 (diff) |
laptop-manifest: Add tor.
-rw-r--r-- | laptop-manifest.scm | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/laptop-manifest.scm b/laptop-manifest.scm index 812f9a9..78fe499 100644 --- a/laptop-manifest.scm +++ b/laptop-manifest.scm @@ -26,7 +26,7 @@ (guix packages) (nongnu packages mozilla)) (use-package-modules emacs emacs-xyz fonts gimp gnome gnupg guile - racket version-control ssh) + racket version-control ssh tor) (packages->manifest (list emacs @@ -59,4 +59,5 @@ guile-3.0 openssh pinentry - racket)) + racket + tor)) |