Add :dotfiles to espanso
This commit is contained in:
parent
c5846665aa
commit
7124abf983
2 changed files with 11 additions and 1 deletions
system/nixos/home-manager/modules
|
@ -1,7 +1,7 @@
|
|||
let
|
||||
baseUrl = "https://www.oliverdavies.dev";
|
||||
in
|
||||
{
|
||||
{
|
||||
services.espanso = {
|
||||
enable = true;
|
||||
|
||||
|
@ -26,6 +26,10 @@ in
|
|||
trigger = ":coaching";
|
||||
replace = "${baseUrl}/team-coaching";
|
||||
}
|
||||
{
|
||||
trigger = ":dotfiles";
|
||||
replace = "https://github.com/opdavies/dotfiles";
|
||||
}
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue