dotfiles/lib/nixos/home-manager/modules/espanso.nix
2024-09-11 15:22:49 +01:00

16 lines
205 B
Nix

{
services.espanso = {
enable = true;
configs = {
default = {
show_notifications = false;
};
};
matches = {
base = import ./espanso/matches.nix;
};
};
}