dotfiles/modules/home/gui/apps/tools/espanso/config/email.nix
2025-05-31 20:44:18 -05:00

9 lines
213 B
Nix
Executable file

{ flake, matchHelper, ... }:
let
inherit (flake.config.people) user0;
inherit (flake.config.people.users.${user0}) email;
in
[
(matchHelper ":mail0" email.address0)
(matchHelper ":mail1" email.address2)
]