feat: added obsidian home manager config

This commit is contained in:
Nick 2025-07-15 22:53:44 -05:00
parent 1b00f3c687
commit 11d55b22d6
9 changed files with 515 additions and 13 deletions

View file

@ -34,8 +34,6 @@ let
"mastodon"
"ollama"
"opencloud"
"owncast"
"peertube"
"searx"
"vaultwarden"
];

View file

@ -17,17 +17,6 @@ in
}
];
};
"${instances.peertube.label}" = {
definedAliases = [
"@pt"
];
icon = ./icons/pt.png;
urls = [
{
template = "https://${instances.peertube.subdomain}.${instances.web.domains.url1}/search?search={searchTerms}";
}
];
};
"${instances.searx.label}" = {
definedAliases = [
"@sx"