MyNixOS website logo
option

xdg.mime.addedAssociations

Adds 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
{
  "application/pdf" = "firefox.desktop";
  "text/xml" = [
    "nvim.desktop"
    "codium.desktop"
  ];
}