MyNixOS website logo
option

xdg.desktopEntries.<name>.actions

The set of actions made available to application launchers.

Declarations
Type
attribute set of (submodule)
Default
{ }
Example
{
  "New Window" = {
    exec = "${pkgs.firefox}/bin/firefox --new-window %u";
  };
}