Update completions

This commit is contained in:
Oliver Davies 2024-09-11 13:00:00 +01:00
parent 1d1f4255b9
commit a476a53d3a
2 changed files with 16 additions and 16 deletions

View file

@ -1,6 +1,3 @@
let
baseUrl = "https://www.oliverdavies.uk";
in
{
services.espanso = {
enable = true;
@ -12,7 +9,7 @@ in
};
matches = {
base = import ./espanso/matches.nix { inherit baseUrl; };
base = import ./espanso/matches.nix;
};
};
}