mirror of https://codeberg.org/anemofilia/zero
home-environments: radio: Use shepherd 1.0.0rc1
parent
3154e9c042
commit
806e5cb188
|
@ -142,8 +142,10 @@
|
||||||
(list channel:guix
|
(list channel:guix
|
||||||
channel:radix))
|
channel:radix))
|
||||||
|
|
||||||
#|Shepherd service|#
|
#|Shepherd services|#
|
||||||
(service home-shepherd-service-type)
|
(service home-shepherd-service-type
|
||||||
|
(home-shepherd-configuration
|
||||||
|
(shepherd (@ (shepherd-package) shepherd))))
|
||||||
|
|
||||||
#|Shell services|#
|
#|Shell services|#
|
||||||
(service home-tty-colorscheme-service-type
|
(service home-tty-colorscheme-service-type
|
||||||
|
@ -304,6 +306,7 @@
|
||||||
. ,(format #f "~?~?"
|
. ,(format #f "~?~?"
|
||||||
"~@{:$HOME/areas/code/scm/~a~}"
|
"~@{:$HOME/areas/code/scm/~a~}"
|
||||||
'(radix
|
'(radix
|
||||||
|
shepherd/.guix/modules
|
||||||
zero
|
zero
|
||||||
zero/operating-systems
|
zero/operating-systems
|
||||||
zero/home-environments)
|
zero/home-environments)
|
||||||
|
|
Loading…
Reference in New Issue