From 5610d08d69e1425b28b96e17a32220ea820fce97 Mon Sep 17 00:00:00 2001 From: TheWanderingCrow Date: Mon, 4 Aug 2025 09:37:18 -0400 Subject: [PATCH] add termbin --- modules/services/homepage/default.nix | 22 +++------------------- 1 file changed, 3 insertions(+), 19 deletions(-) diff --git a/modules/services/homepage/default.nix b/modules/services/homepage/default.nix index 13846a8..10e7be5 100644 --- a/modules/services/homepage/default.nix +++ b/modules/services/homepage/default.nix @@ -152,26 +152,10 @@ in { ]; } { - Crunchyroll = [ + Termbin = [ { - icon = "https://www.crunchyroll.com/build/assets/img/favicons/favicon-v2-32x32.png"; - href = "https://crunchyroll.com"; - } - ]; - } - { - Instagram = [ - { - icon = "instagram.svg"; - href = "https://instagram.com"; - } - ]; - } - { - Aetolia = [ - { - icon = "https://aetolia.com/wp-content/uploads/2020/04/favicon.ico"; - href = "https://aetolia.com"; + icon = "https://www.termbin.com/favicon.ico"; + href = "https://www.termbin.com"; } ]; }