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/";