diff --git a/CHANGELOG.md b/CHANGELOG.md index 2973d853..98affc4d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,7 +10,7 @@ Instead of grouping changes by tag, they are grouped by the date they are releas ### Added -* Add `:dotfiles` to espanso that links to my dotfiles repository on GitHub. +* Add `:dotfiles` and `:website` matches to espanso. ### Changed diff --git a/system/nixos/home-manager/modules/espanso.nix b/system/nixos/home-manager/modules/espanso.nix index 5fce51cb..907f4087 100644 --- a/system/nixos/home-manager/modules/espanso.nix +++ b/system/nixos/home-manager/modules/espanso.nix @@ -30,6 +30,10 @@ in trigger = ":dotfiles"; replace = "https://github.com/opdavies/dotfiles"; } + { + trigger = ":website"; + replace = "${baseUrl}"; + } ]; }; };