summaryrefslogtreecommitdiff
path: root/guix/channels.scm
diff options
context:
space:
mode:
authorThanos Apollo <[email protected]>2024-05-31 16:52:38 +0300
committerThanos Apollo <[email protected]>2024-05-31 16:52:38 +0300
commit0e8d197e5fcf6cd56bf08931647eeb54dba81df9 (patch)
treea6f5c7834171a210d7974da97528fdaa5a4d4202 /guix/channels.scm
parentb20d0d2ef5113feed6e347235c5215a031c8173e (diff)
guix:(channels) Add dwl-guile
Diffstat (limited to 'guix/channels.scm')
-rw-r--r--guix/channels.scm9
1 files changed, 9 insertions, 0 deletions
diff --git a/guix/channels.scm b/guix/channels.scm
index 524a7cf..0a8ba6b 100644
--- a/guix/channels.scm
+++ b/guix/channels.scm
@@ -15,4 +15,13 @@
"7677db76330121a901604dfbad19077893865f35"
(openpgp-fingerprint
"13E7 6CD6 E649 C28C 3385 4DF5 5E5A A665 6149 17F7"))))
+ (channel
+ (name 'home-service-dwl-guile)
+ (url "https://github.com/engstrand-config/home-service-dwl-guile")
+ (branch "main")
+ (introduction
+ (make-channel-introduction
+ "314453a87634d67e914cfdf51d357638902dd9fe"
+ (openpgp-fingerprint
+ "C9BE B8A0 4458 FDDF 1268 1B39 029D 8EB7 7E18 D68C"))))
%default-channels)