Add personal channel
This commit is contained in:
parent
3c59c0d73a
commit
6f8c73e957
1 changed files with 15 additions and 2 deletions
|
@ -9,10 +9,12 @@
|
||||||
(gnu packages gnupg)
|
(gnu packages gnupg)
|
||||||
(gnu services)
|
(gnu services)
|
||||||
(guix gexp)
|
(guix gexp)
|
||||||
|
(guix channels)
|
||||||
(gnu home services shells)
|
(gnu home services shells)
|
||||||
(gnu home services dotfiles)
|
(gnu home services dotfiles)
|
||||||
(gnu home services gnupg)
|
(gnu home services gnupg)
|
||||||
(gnu home services shepherd))
|
(gnu home services shepherd)
|
||||||
|
(gnu home services guix))
|
||||||
|
|
||||||
(home-environment
|
(home-environment
|
||||||
;; Below is the list of packages that will show up in your
|
;; Below is the list of packages that will show up in your
|
||||||
|
@ -79,4 +81,15 @@
|
||||||
(home-gpg-agent-configuration
|
(home-gpg-agent-configuration
|
||||||
(default-cache-ttl 7200)
|
(default-cache-ttl 7200)
|
||||||
(max-cache-ttl 14400)))
|
(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")))))))))
|
||||||
|
|
Loading…
Reference in a new issue