From 740c95f6a26f54cf3e99a9dacad0930e4b5c30e7 Mon Sep 17 00:00:00 2001 From: Dmitry Voronin Date: Fri, 10 Jan 2025 09:01:34 +0300 Subject: [PATCH] Homer: Add gh and switch releases to bookmarks. --- package/homer/Config.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/package/homer/Config.nix b/package/homer/Config.nix index c9084ef..409acb4 100644 --- a/package/homer/Config.nix +++ b/package/homer/Config.nix @@ -36,8 +36,10 @@ let ]) (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") + (mkLink "Switch Releases" "fa-gamepad" "https://www.switchscores.com/games/by-date") (mkLink "Telegram" "fab fa-telegram" "https://web.telegram.org/a") (mkLink "Toolbox" "fa-toolbox" "https://it-tools.tech") (mkLink "Zigbee" "fa-satellite-dish" "https://zigbee.blakadder.com")