MyNixOS website logo

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

Declarations
Type
YAML value
Default
{
  default = { };
}
Example
{
  default = {
    show_notifications = false;
  };
  vscode = {
    filter_title = "Visual Studio Code$";
    backend = "Clipboard";
  };
};