Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

services.elephant.enable

Whether to enable elephant.

Type: boolean

Default:

false

Example:

true

Declared by:

services.elephant.package

The elephant package to use.

Type: package

Default:

pkgs.elephant

Example:

pkgs.elephant.override {
  enabledProviders = [
    "desktopapplications"
    "runner"
  ];
}

Declared by:

services.elephant.settings

Configuration settings for Elephant.

Type: TOML value

Default:

{ }

Example:

{
  providers = {
    default = [
      "desktopapplications"
      "runner"
    ];
  };
}

Declared by: