mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-08-09 05:14:41 -05:00
feat: added obsidian home manager config
This commit is contained in:
parent
1b00f3c687
commit
11d55b22d6
9 changed files with 515 additions and 13 deletions
|
@ -34,8 +34,6 @@ let
|
|||
"mastodon"
|
||||
"ollama"
|
||||
"opencloud"
|
||||
"owncast"
|
||||
"peertube"
|
||||
"searx"
|
||||
"vaultwarden"
|
||||
];
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue