diff options
author | David Thompson <dthompson2@worcester.edu> | 2023-01-14 08:03:53 -0500 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2023-01-14 08:03:53 -0500 |
commit | dbb1bbeda260d03c8f39b8afb815674b476d74b1 (patch) | |
tree | 6e40057954b87e1a16abae4699b6286bf671d937 | |
parent | c74928d0390f2b14003e18ec03de8a096d944bf2 (diff) |
laptop-manifest: Add steam.
-rw-r--r-- | laptop-manifest.scm | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/laptop-manifest.scm b/laptop-manifest.scm index fcc85f2..1aa99bf 100644 --- a/laptop-manifest.scm +++ b/laptop-manifest.scm @@ -24,7 +24,8 @@ (use-modules (guix git-download) (guix packages) - (nongnu packages mozilla)) + (nongnu packages mozilla) + (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) @@ -65,6 +66,7 @@ openssh pinentry racket + steam strace tor xournal)) |