16 lines
205 B
Nix
16 lines
205 B
Nix
{
|
|
services.espanso = {
|
|
enable = true;
|
|
|
|
configs = {
|
|
default = {
|
|
show_notifications = false;
|
|
};
|
|
};
|
|
|
|
matches = {
|
|
base = import ./espanso/matches.nix;
|
|
};
|
|
};
|
|
}
|