xdg-open: sure, mozilla whatever

This commit is contained in:
Emery Hemingway 2022-07-11 07:31:18 -05:00
parent e30bffdc72
commit a85b1cb618
1 changed files with 1 additions and 0 deletions

View File

@ -20,6 +20,7 @@ buildNimPackage rec {
desktopName = "Syndicate URI dispatcher (xdg-open)"; desktopName = "Syndicate URI dispatcher (xdg-open)";
exec = "${name} %U"; exec = "${name} %U";
mimeTypes = [ mimeTypes = [
"application/vnd.mozilla.xul+xml"
"application/xhtml+xml" "application/xhtml+xml"
"text/html" "text/html"
"text/xml" "text/xml"