MyNixOS website logo
option

xdg.desktopEntries.<name>.settings

Extra key-value pairs to add to the [Desktop Entry] section. This may override other values.

Declarations
Type
attribute set of string
Default
{ }
Example
{
  Keywords = "calc;math";
  DBusActivatable = "false";
}