diff options
author | David Thompson <dthompson2@worcester.edu> | 2024-10-09 14:20:25 -0400 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2024-10-09 14:20:25 -0400 |
commit | 1587d30e68b17555a4ee58459bd1c5defd7950a3 (patch) | |
tree | 7b5a5f4737a205fea6beaf8d3cad85e646d1290d /dthompson/home | |
parent | 447ff97ca6d2d9ec39d3c20da660e00337abf13d (diff) |
Add guix-gaming-games channel.
Diffstat (limited to 'dthompson/home')
-rw-r--r-- | dthompson/home/common.scm | 9 |
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") |