feat: cleaned up espanso

This commit is contained in:
Nick 2025-05-31 20:44:18 -05:00
parent 0ddf9cd1ce
commit 3d6ee99ecb
9 changed files with 91 additions and 142 deletions

View file

@ -0,0 +1,10 @@
{ 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}")
]