xdg.mime.removedAssociations

Removes associations between mimetypes and applications. See the specifications for more information. Globs in all variations are supported.

Type
attribute set of (string or ((list of string) or string) convertible to it)
Default
{ }
Example
{
  "audio/*" = [
    "mpv.desktop"
    "umpv.desktop"
  ];
  "inode/directory" = "codium.desktop";
}
Declared
<nixpkgs/nixos/modules/config/xdg/mime.nix>