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: