mirror of https://codeberg.org/anemofilia/zero
home-environments: radio: Add saayix channel (as it became free software only)
parent
c052171bbb
commit
47434018dd
|
@ -18,7 +18,8 @@
|
|||
#|F|# #:use-module (gnu packages file)
|
||||
#:use-module (gnu packages fonts)
|
||||
#:use-module (gnu packages freedesktop)
|
||||
#|G|# #:use-module (gnu packages games)
|
||||
#|G|# #:use-module (gnu packages glib)
|
||||
#:use-module (gnu packages games)
|
||||
#:use-module (gnu packages gnome)
|
||||
#:use-module (gnu packages gnu-doc)
|
||||
#:use-module (gnu packages gnupg)
|
||||
|
@ -116,6 +117,7 @@
|
|||
#|freedesktop |# xdg-utils xdg-desktop-portal xdg-desktop-portal-wlr
|
||||
xdg-terminal-exec
|
||||
#|games |# minetest supertuxkart xonotic
|
||||
#|glib |# dbus
|
||||
#|gnome |# adwaita-icon-theme
|
||||
#|gnu-doc |# gnu-standards
|
||||
#|gnupg |# gnupg pinentry
|
||||
|
@ -167,15 +169,15 @@
|
|||
(startup-wm-class . "foot"))))))
|
||||
(default (associate-right
|
||||
('mullvadbrowser.desktop
|
||||
`("text/html"
|
||||
"application/xhtml+xml"
|
||||
`("application/xhtml+xml"
|
||||
"application/x-extension-htm"
|
||||
"application/x-extension-xhtml"
|
||||
"application/x-extension-xht"
|
||||
"x-scheme-handler/http"
|
||||
"x-scheme-handler/https"))
|
||||
('kak.desktop
|
||||
`("text/plain"
|
||||
`("text/html"
|
||||
"text/plain"
|
||||
"text/troff"
|
||||
"text/xml"
|
||||
"text/x-c"
|
||||
|
@ -231,7 +233,17 @@
|
|||
"f9130e11e35d2c147c6764ef85542dc58dc09c4f"
|
||||
(openpgp-fingerprint
|
||||
(format #f "F164 709E 5FC7 B32B AEC7 ~
|
||||
9F37 1F2E 76AC E3F5 31C8")))))))
|
||||
9F37 1F2E 76AC E3F5 31C8")))))
|
||||
(channel
|
||||
(name 'saayix)
|
||||
(branch "entropy")
|
||||
(url "https://codeberg.org/look/saayix.git")
|
||||
(introduction
|
||||
(make-channel-introduction
|
||||
"12540f593092e9a177eb8a974a57bb4892327752"
|
||||
(openpgp-fingerprint
|
||||
(format #f "3FFA 7335 973E 0A49 47FC ~
|
||||
0A8C 38D5 96BE 07D3 34AB")))))))
|
||||
|
||||
#|Shepherd service|#
|
||||
(service home-shepherd-service-type)
|
||||
|
|
Loading…
Reference in New Issue