feat: cleaned up espanso

This commit is contained in:
Nick 2025-05-31 20:44:18 -05:00
parent 0ddf9cd1ce
commit 3d6ee99ecb
9 changed files with 91 additions and 142 deletions

View file

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