dotfiles/modules/home/gui/apps/tools/espanso/config/url.nix
2025-05-31 20:44:18 -05:00

10 lines
395 B
Nix
Executable file

{ flake, matchHelper, ... }:
let
inherit (flake.config.services.instances) forgejo mastodon web;
in
[
(matchHelper ":dotfiles" "https://gitlab.com/upRootNutrition/dotfiles")
(matchHelper ":website" "https://${web.domains.url3}")
(matchHelper ":forgejo" "https://${forgejo.subdomain}.${web.domains.url3}")
(matchHelper ":mastodon" "https://${mastodon.subdomain}.${web.domains.url3}")
]