mirror of https://codeberg.org/anemofilia/zero
home-environments: radio: Add saayix
parent
d7504db402
commit
14de2225a4
|
@ -140,7 +140,8 @@
|
||||||
(simple-service 'home-extra-channels
|
(simple-service 'home-extra-channels
|
||||||
home-channels-service-type
|
home-channels-service-type
|
||||||
(list channel:guix
|
(list channel:guix
|
||||||
channel:radix))
|
channel:radix
|
||||||
|
channel:saayix))
|
||||||
|
|
||||||
#|Shepherd service|#
|
#|Shepherd service|#
|
||||||
(service home-shepherd-service-type)
|
(service home-shepherd-service-type)
|
||||||
|
@ -325,7 +326,6 @@
|
||||||
`(("LANG" . "en_US.UTF-8")
|
`(("LANG" . "en_US.UTF-8")
|
||||||
("LANGUAGE" . "en_US.UTF-8")
|
("LANGUAGE" . "en_US.UTF-8")
|
||||||
("LC_COLLATE" . "C")))
|
("LC_COLLATE" . "C")))
|
||||||
|
|
||||||
(simple-service 'home-default-applications-environment-variables
|
(simple-service 'home-default-applications-environment-variables
|
||||||
home-environment-variables-service-type
|
home-environment-variables-service-type
|
||||||
`(("BROWSER" . "chromium")
|
`(("BROWSER" . "chromium")
|
||||||
|
|
Loading…
Reference in New Issue