From 65a2cfd13264547e90221f88867443d542459588 Mon Sep 17 00:00:00 2001 From: Peter Tillemans Date: Fri, 28 Mar 2025 17:36:28 +0100 Subject: [PATCH] add nebula channel for nerd-fonts --- snamellit/common.scm | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/snamellit/common.scm b/snamellit/common.scm index c674711..1fa2a1c 100644 --- a/snamellit/common.scm +++ b/snamellit/common.scm @@ -242,6 +242,15 @@ (name 'snamguix) (url "https://forge.snamellit.com/pti/snamguix") (branch "main")) + (channel + (name 'nebula) + (url "https://git.sr.ht/~apoorv569/nebula") + (branch "master") + ;; Enable signature verification: + (introduction + (make-channel-introduction "2f1be757b40f78456220823b71aace5277c5f33d" + (openpgp-fingerprint + "53B4 8418 D76A 3EF1 1BCC 92A8 4FDB 05CF 5D67 6283")))) (channel (name 'benoitj) (url "https://git.sr.ht/~benoit/my-guix-channel")