diff options
-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") |