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 valueDefault
{ default = { }; }Example
declared in: <home-manager/modules/services/espanso.nix>source unavailable{ default = { show_notifications = false; }; vscode = { filter_title = "Visual Studio Code$"; backend = "Clipboard"; }; };