diff --git a/config/firefox-bookmarks.nix b/config/firefox-bookmarks.nix index 6faf97d..bdfaab4 100644 --- a/config/firefox-bookmarks.nix +++ b/config/firefox-bookmarks.nix @@ -9,10 +9,6 @@ name = "Links"; url = "https://link.nas.yanlincs.com"; } - { - name = "Perplexity"; - url = "https://www.perplexity.ai/"; - } { name = "Claude"; url = "https://claude.ai"; @@ -86,6 +82,10 @@ name = "Emby"; url = "https://emby.nas.yanlincs.com"; } + { + name = "AudioBookShelf"; + url = "https://audio.nas.yanlincs.com"; + } { name = "Library"; bookmarks = [ @@ -101,10 +101,6 @@ name = "qBittorrent"; url = "https://qbit.nas.yanlincs.com"; } - { - name = "MeTube"; - url = "https://metube.nas.yanlincs.com"; - } ]; } ];