From 262b8913eba29566631b20e3b6a4314ecd921d2f Mon Sep 17 00:00:00 2001 From: Christoph Urlacher Date: Tue, 22 Jul 2025 15:24:23 +0200 Subject: [PATCH] Modules/Firefox+Qutebrowser: Add DeepWiki bookmark --- home/modules/firefox/bookmarks.nix | 1 + home/modules/qutebrowser/default.nix | 1 + 2 files changed, 2 insertions(+) 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")