Add personal channel

This commit is contained in:
Ray Miller 2024-12-01 14:32:27 +00:00
parent 3c59c0d73a
commit 6f8c73e957
Signed by: ray
GPG key ID: 043F786C4CD681B8

View file

@ -9,10 +9,12 @@
(gnu packages gnupg)
(gnu services)
(guix gexp)
(guix channels)
(gnu home services shells)
(gnu home services dotfiles)
(gnu home services gnupg)
(gnu home services shepherd))
(gnu home services shepherd)
(gnu home services guix))
(home-environment
;; Below is the list of packages that will show up in your
@ -79,4 +81,15 @@
(home-gpg-agent-configuration
(default-cache-ttl 7200)
(max-cache-ttl 14400)))
(service home-shepherd-service-type))))
(service home-shepherd-service-type)
(simple-service 'variant-packages-type
home-channels-service-type
(list (channel
(name 'ray1729)
(url "https://forge.1729.org.uk/ray/guix-packages.git")
(branch "main")
(introduction
(make-channel-introduction
"e4656e91d3eec0d4d3a3f752badc4b8cea4b1502"
(openpgp-fingerprint
"2E19 CF82 55B6 A04D 5550 1F2C 043F 786C 4CD6 81B8")))))))))