diff --git a/home/modules/firefox/bookmarks.nix b/home/modules/firefox/bookmarks.nix index 58082eea..3de429d8 100644 --- a/home/modules/firefox/bookmarks.nix +++ b/home/modules/firefox/bookmarks.nix @@ -78,6 +78,7 @@ in [ (mkBm "DeepSeek Chat" "https://chat.deepseek.com/") (mkBm "Claude Chat" "https://claude.ai/new") (mkBm "ChatGPT" "https://chatgpt.com/") + (mkBm "DeepWiki" "https://deepwiki.com/") "separator" (mkBm "Mistral API" "https://console.mistral.ai/usage") (mkBm "DeepSeek API" "https://platform.deepseek.com/usage") diff --git a/home/modules/qutebrowser/default.nix b/home/modules/qutebrowser/default.nix index f720f405..237f94b6 100644 --- a/home/modules/qutebrowser/default.nix +++ b/home/modules/qutebrowser/default.nix @@ -68,6 +68,7 @@ in { (mkBm "DeepSeek Chat" "https://chat.deepseek.com/") (mkBm "Claude Chat" "https://claude.ai/new") (mkBm "ChatGPT" "https://chatgpt.com/") + (mkBm "DeepWiki" "https://deepwiki.com/") (mkBm "Mistral API" "https://console.mistral.ai/usage") (mkBm "DeepSeek API" "https://platform.deepseek.com/usage") (mkBm "Claude API" "https://console.anthropic.com/usage")