MyNixOS website logo
option

xdg.mime.defaultApplications

Sets the default applications for given mimetypes. 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";
  "image/png" = [
    "sxiv.desktop"
    "gimp.desktop"
  ];
}