From bc9c26c2b72eb50fe895c495093bd06c19f4ae2f Mon Sep 17 00:00:00 2001 From: Yan Lin Date: Thu, 14 Aug 2025 08:22:04 +0900 Subject: [PATCH] Add/remove firefox bookmarks --- config/firefox-bookmarks.nix | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) 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"; - } ]; } ];