espanso: move base matches to base.nix

This commit is contained in:
Oliver Davies 2024-09-11 23:08:32 +01:00
parent f706299fbf
commit 552d7cda20
2 changed files with 1 additions and 1 deletions

View file

@ -10,7 +10,7 @@
};
matches = {
base = import ./espanso/matches.nix;
base = import ./espanso/matches/base.nix;
};
};
}