dotfiles/modules/home/gui/apps/tools/espanso/config/url.nix

11 lines
423 B
Nix
Raw Normal View History

2025-10-01 19:51:55 -05:00
{ flake, matchHelper, ... }:
let
2025-12-10 18:09:00 -06:00
inherit (flake.config.services) instances;
2025-10-01 19:51:55 -05:00
in
[
(matchHelper ":dotfiles" "https://gitlab.com/upRootNutrition/dotfiles")
2025-12-10 18:09:00 -06:00
(matchHelper ":website" "https://${instances.jellyfin.interfaces.interface0.domain}")
(matchHelper ":forgejo" "https://${instances.forgejo.interfaces.interface0.domain}")
(matchHelper ":mastodon" "https://${instances.mastodon.interfaces.interface0.domain}")
2025-10-01 19:51:55 -05:00
]