dotfiles/modules/home/gui/apps/tools/espanso/config/url.nix
2025-12-10 18:09:00 -06:00

10 lines
423 B
Nix
Executable file

{ flake, matchHelper, ... }:
let
inherit (flake.config.services) instances;
in
[
(matchHelper ":dotfiles" "https://gitlab.com/upRootNutrition/dotfiles")
(matchHelper ":website" "https://${instances.jellyfin.interfaces.interface0.domain}")
(matchHelper ":forgejo" "https://${instances.forgejo.interfaces.interface0.domain}")
(matchHelper ":mastodon" "https://${instances.mastodon.interfaces.interface0.domain}")
]