summaryrefslogtreecommitdiff
path: root/.config/guix/channels.scm
diff options
context:
space:
mode:
authorbd <bdunahu@operationnull.com>2024-06-03 23:27:47 -0600
committerbd <bdunahu@operationnull.com>2024-06-04 02:26:57 -0600
commita8bcda5d7dc0b05c2b8ea7375ae79c2a0c4c7a2e (patch)
tree0d98e683efa6b1ee724f22eb3acc7f0901b242a7 /.config/guix/channels.scm
parent7c2478b08e616b2f4155355cc128bd2fb1d879d1 (diff)
xorg->wayland, dwm->dwl, vali only to usable
Diffstat (limited to '.config/guix/channels.scm')
-rw-r--r--.config/guix/channels.scm11
1 files changed, 11 insertions, 0 deletions
diff --git a/.config/guix/channels.scm b/.config/guix/channels.scm
new file mode 100644
index 0000000..3276ada
--- /dev/null
+++ b/.config/guix/channels.scm
@@ -0,0 +1,11 @@
+;; Add variant packages to those Guix provides.
+(cons (channel
+ (name 'variant-packages)
+ (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)