home-environments: radio: Use shepherd 1.0.0rc1

main
Luis Guilherme Coelho 2024-11-24 13:40:01 -03:00
parent 41e30ceea3
commit 1f0b494c92
No known key found for this signature in database
GPG Key ID: 1F2E76ACE3F531C8
1 changed files with 5 additions and 2 deletions

View File

@ -142,8 +142,10 @@
(list channel:guix
channel:radix))
#|Shepherd service|#
(service home-shepherd-service-type)
#|Shepherd services|#
(service home-shepherd-service-type
(home-shepherd-configuration
(shepherd (@ (shepherd-package) shepherd))))
#|Shell services|#
(service home-tty-colorscheme-service-type
@ -304,6 +306,7 @@
. ,(format #f "~?~?"
"~@{:$HOME/areas/code/scm/~a~}"
'(radix
shepherd/.guix/modules
zero
zero/operating-systems
zero/home-environments)