home-environments: radio: mime-types: Add audio+video

main
Luis Guilherme Coelho 2024-11-28 20:29:12 -03:00
parent af8fdde9b6
commit 4c87021232
No known key found for this signature in database
GPG Key ID: 1F2E76ACE3F531C8
1 changed files with 11 additions and 1 deletions

View File

@ -1,5 +1,12 @@
(define-module (home-environments radio mime-types) (define-module (home-environments radio mime-types)
#:export (browser editor file-manager audio video image document)) #:export (audio
audio+video
browser
document
editor
file-manager
image
video))
(define browser (define browser
`("application/xhtml+xml" `("application/xhtml+xml"
@ -43,6 +50,9 @@
"audio/opus" "audio/opus"
"audio/x-opus+ogg")) "audio/x-opus+ogg"))
(define audio+video
(append audio video))
(define image (define image
`("image/avif" `("image/avif"
"image/bmp" "image/bmp"