services.espanso.configs

Home-Manager option

The Espanso configuration to use. See https://espanso.org/docs/configuration/basics/ for a description of available options.

type: YAML 1.1 value
Default
{ default = { }; }
Example
{ default = { show_notifications = false; }; vscode = { filter_title = "Visual Studio Code$"; backend = "Clipboard"; }; };
declared in: <home-manager/modules/services/espanso.nix>source unavailable