Update completions
This commit is contained in:
parent
1d1f4255b9
commit
a476a53d3a
2 changed files with 16 additions and 16 deletions
|
|
@ -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;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue