Removes associations between mimetypes and applications. See the specifications for more information.
Declarations
Type
attribute set of (string or ((list of string) or string) convertible to it)Default
{ }Example
{
"audio/mp3" = [
"mpv.desktop"
"umpv.desktop"
];
"inode/directory" = "codium.desktop";
}