dotfiles/lib/nixos/home-manager/modules/espanso.nix

16 lines
205 B
Nix
Raw Normal View History

{
2023-12-14 23:59:56 +00:00
services.espanso = {
enable = true;
configs = {
default = {
show_notifications = false;
};
};
2023-12-14 23:59:56 +00:00
matches = {
2024-09-11 12:00:00 +00:00
base = import ./espanso/matches.nix;
2023-12-14 23:59:56 +00:00
};
};
}