Update espanso matches
This commit is contained in:
parent
785b24ca0f
commit
7c5461892c
2 changed files with 16 additions and 9 deletions
|
@ -1,3 +1,5 @@
|
|||
{ lib, ... }:
|
||||
|
||||
{
|
||||
services.espanso = {
|
||||
enable = true;
|
||||
|
@ -10,7 +12,7 @@
|
|||
};
|
||||
|
||||
matches = {
|
||||
base = import ./espanso/matches/base.nix;
|
||||
base = import ./espanso/matches/base.nix { inherit lib; };
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue