From c7668a36fdc4942535dd6125413a9bf09f709cbc Mon Sep 17 00:00:00 2001 From: Nick Date: Sun, 27 Oct 2024 21:30:29 -0500 Subject: [PATCH] feat: added bookmark --- home-manager/modules/firefox/config/bookmarks.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/home-manager/modules/firefox/config/bookmarks.nix b/home-manager/modules/firefox/config/bookmarks.nix index 2905b26..c5374a3 100755 --- a/home-manager/modules/firefox/config/bookmarks.nix +++ b/home-manager/modules/firefox/config/bookmarks.nix @@ -619,6 +619,12 @@ in { tags = ["torrent" "1337"]; keyword = "1337"; } + { + name = "Core Radio"; + url = "https://coreradio.online/"; + tags = ["core" "radio" "metal"]; + keyword = "Core"; + } { name = "Metal Tracker"; url = "https://en.metal-tracker.com/";