From cb21d0068d0399afc81c4eef28a27516df53b32d Mon Sep 17 00:00:00 2001 From: Yan Lin Date: Sat, 13 Dec 2025 11:12:53 +0100 Subject: [PATCH] remove unused bookmarks --- config/firefox/bookmarks.nix | 33 --------------------------------- modules/homebrew.nix | 3 +-- 2 files changed, 1 insertion(+), 35 deletions(-) diff --git a/config/firefox/bookmarks.nix b/config/firefox/bookmarks.nix index f745a56..7db9775 100644 --- a/config/firefox/bookmarks.nix +++ b/config/firefox/bookmarks.nix @@ -17,14 +17,6 @@ name = "Photos"; url = "https://photo.yanlincs.com/photos"; } - { - name = "Plex"; - url = "https://plex.yanlincs.com"; - } - { - name = "Jellyfin"; - url = "https://jellyfin.yanlincs.com"; - } { name = "Productivity"; bookmarks = [ @@ -75,31 +67,6 @@ } ]; } - { - name = "Media"; - bookmarks = [ - { - name = "Sonarr"; - url = "https://sonarr.yanlincs.com"; - } - { - name = "Radarr"; - url = "https://radarr.yanlincs.com"; - } - { - name = "Lidarr"; - url = "https://lidarr.yanlincs.com"; - } - { - name = "Bazarr"; - url = "https://bazarr.yanlincs.com"; - } - { - name = "Deluge"; - url = "https://deluge.yanlincs.com"; - } - ]; - } { name = "Resource"; bookmarks = [ diff --git a/modules/homebrew.nix b/modules/homebrew.nix index 8bdcffe..364735a 100644 --- a/modules/homebrew.nix +++ b/modules/homebrew.nix @@ -42,8 +42,7 @@ "typora" "zotero" "raspberry-pi-imager" - "musicbrainz-picard" - "plexamp" + "transmission" ]; taps = [ # Additional repositories if needed