From dd29876d2b2e8980d8962e9ab43a1a2ce2cbe6e6 Mon Sep 17 00:00:00 2001 From: Dmitry Voronin Date: Tue, 14 Jan 2025 20:33:48 +0300 Subject: [PATCH] Homer: Add Service tab. --- package/homer/Config.nix | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/package/homer/Config.nix b/package/homer/Config.nix index 919d80f..35a41a1 100644 --- a/package/homer/Config.nix +++ b/package/homer/Config.nix @@ -27,6 +27,15 @@ let (mkLink "Router" "fa-route" "https://router.voronind.com") (mkLink "Sync" "fa-sync" "https://sync.voronind.com") ]) + (mkGroup "Service" "fa-bell-concierge" [ + (mkLink "2gis" "fa-map-location-dot" "https://2gis.ru") + (mkLink "Apteka" "fa-tablets" "https://apteka.ru") + (mkLink "DNS Shop" "fa-blender" "https://www.dns-shop.ru") + (mkLink "Ozon" "fa-truck" "https://www.ozon.ru") + (mkLink "Perekrestok" "fa-fish" "https://www.perekrestok.ru") + (mkLink "Samokat" "fa-bicycle" "https://samokat.ru") + (mkLink "Taxi 068" "fa-taxi" "https://www.taxi068.ru") + ]) (mkGroup "Work" "fa-briefcase" [ (mkLink "Board" "fa-list-check" "https://support.fsight.ru/agiles") (mkLink "Chat" "fa-comments" "https://fsmm.fsight.ru/fmp") @@ -35,7 +44,6 @@ let (mkLink "Mail" "fa-envelope" "https://mail.fsight.ru") ]) (mkGroup "Bookmark" "fa-bookmark" [ - (mkLink "2gis" "fa-map-location-dot" "https://2gis.ru") (mkLink "GitHub" "fab fa-github" "https://github.com/notifications") (mkLink "MonkeyType" "fa-keyboard" "https://monkeytype.com") (mkLink "Reddit" "fab fa-reddit" "https://reddit.com")