summaryrefslogtreecommitdiff
path: root/dthompson/home/common.scm
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2024-10-09 14:20:25 -0400
committerDavid Thompson <dthompson2@worcester.edu>2024-10-09 14:20:25 -0400
commit1587d30e68b17555a4ee58459bd1c5defd7950a3 (patch)
tree7b5a5f4737a205fea6beaf8d3cad85e646d1290d /dthompson/home/common.scm
parent447ff97ca6d2d9ec39d3c20da660e00337abf13d (diff)
Add guix-gaming-games channel.
Diffstat (limited to 'dthompson/home/common.scm')
-rw-r--r--dthompson/home/common.scm9
1 files changed, 9 insertions, 0 deletions
diff --git a/dthompson/home/common.scm b/dthompson/home/common.scm
index 3469e3f..30c5d55 100644
--- a/dthompson/home/common.scm
+++ b/dthompson/home/common.scm
@@ -54,6 +54,15 @@
(openpgp-fingerprint
"2A39 3FFF 68F4 EF7A 3D29 12AF 6F51 20A0 22FB B2D5"))))
(channel
+ (name 'guix-gaming-games)
+ (url "https://gitlab.com/guix-gaming-channels/games.git")
+ ;; Enable signature verification:
+ (introduction
+ (make-channel-introduction
+ "c23d64f1b8cc086659f8781b27ab6c7314c5cca5"
+ (openpgp-fingerprint
+ "50F3 3E2E 5B0C 3D90 0424 ABE8 9BDC F497 A4BB CC7F"))))
+ (channel
(name 'dthompson)
(url "https://git.dthompson.us/guix-channel.git")
(branch "main")