From c070b2a9720777c6f7287d14296fb60ff5d4f877 Mon Sep 17 00:00:00 2001 From: mikl Date: Mon, 13 Jul 2026 03:32:32 +0300 Subject: [PATCH] heather: homepage fixes - bookmark href format, jitsi-meet icon, teable favicon MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit bookmarks.yaml needs href: key (was bare URL → new URL() crash). jitsi.png -> jitsi-meet.png (proper brand icon in dashboard-icons). teable has no dashboard-icons entry -> use teable.iscg.dev/favicon.ico. --- hosts/heather/arion-compose.nix | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/hosts/heather/arion-compose.nix b/hosts/heather/arion-compose.nix index 08cd23b..1ba2eae 100644 --- a/hosts/heather/arion-compose.nix +++ b/hosts/heather/arion-compose.nix @@ -47,7 +47,7 @@ let href: https://chat.iscg.dev description: Matrix web client - Jitsi Meet: - icon: jitsi.png + icon: jitsi-meet.png href: https://jitsi.iscg.dev description: Video conferencing - Productivity: @@ -56,7 +56,7 @@ let href: https://note.iscg.dev description: Notes wiki (herbarium) - Teable: - icon: teable.png + icon: https://teable.iscg.dev/favicon.ico href: https://teable.iscg.dev description: No-code database ''; @@ -87,7 +87,8 @@ let homepageBookmarksYaml = pkgs.writeText "homepage-bookmarks.yaml" '' - Forge: - nix-config: - - https://git.iscg.dev/mikl/nix-config + - abbr: Nx + href: https://git.iscg.dev/mikl/nix-config ''; in