From 2082d9361b63029d2cb6a84b8faa1bb1a65cd580 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Tue, 10 Sep 2024 01:41:50 +0100 Subject: [PATCH] Update expansion matches --- lib/nixos/home-manager/modules/espanso/matches.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/nixos/home-manager/modules/espanso/matches.nix b/lib/nixos/home-manager/modules/espanso/matches.nix index e915d52..80c716a 100644 --- a/lib/nixos/home-manager/modules/espanso/matches.nix +++ b/lib/nixos/home-manager/modules/espanso/matches.nix @@ -20,7 +20,7 @@ } { trigger = ":daily"; - replace = "${baseUrl}/daily"; + replace = "https://dailydrupaler.com"; } { trigger = ":dotfiles"; @@ -40,7 +40,7 @@ } { trigger = ":guest"; - replace = "If you'd like to be a guest on ${baseUrl}/podcast and talk about ..., I'd love to have you on the show."; + replace = "If you'd like to be a guest on https://beyondblockspodcast.com and talk about ..., I'd love to have you on the show."; } { trigger = ":lh"; @@ -48,7 +48,7 @@ } { trigger = ":podcast"; - replace = "${baseUrl}/podcast"; + replace = "https://beyondblockspodcast.com"; } { trigger = ":pricing"; @@ -56,7 +56,7 @@ } { trigger = ":talks"; - replace = "${baseUrl}/talks"; + replace = "${baseUrl}/presentations"; } { trigger = ":website";