dots/modules/home-manager/features/espanso.nix
2025-10-22 01:22:05 +11:00

6 lines
70 B
Nix

{
services.espanso = {
enable = true;
configs = { };
};
}