Add :website
to espanso
This commit is contained in:
parent
a6be7cabc4
commit
8deb363f76
2 changed files with 5 additions and 1 deletions
system/nixos/home-manager/modules
|
@ -30,6 +30,10 @@ in
|
|||
trigger = ":dotfiles";
|
||||
replace = "https://github.com/opdavies/dotfiles";
|
||||
}
|
||||
{
|
||||
trigger = ":website";
|
||||
replace = "${baseUrl}";
|
||||
}
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue