diff --git a/home/modules/gui/apps/browsers/firefox/config/bookmarks/config/tools.nix b/home/modules/gui/apps/browsers/firefox/config/bookmarks/config/tools.nix index a4ab38f..6216df7 100755 --- a/home/modules/gui/apps/browsers/firefox/config/bookmarks/config/tools.nix +++ b/home/modules/gui/apps/browsers/firefox/config/bookmarks/config/tools.nix @@ -2,6 +2,27 @@ name = "Tools"; toolbar = false; bookmarks = [ + { + name = "Cyanophage Layout Analyzer"; + url = "https://cyanophage.github.io/"; + tags = [ + "cyanophage" + "keyboard" + "layout" + ]; + keyword = "Layout"; + } + { + name = "Oryx"; + url = "https://configure.zsa.io/moonlander"; + tags = [ + "zsa" + "moonlander" + "keyboard" + "layout" + ]; + keyword = "Moon"; + } { name = "Hugging Face"; url = "https://www.huggingface.co"; @@ -13,6 +34,17 @@ ]; keyword = "Hug"; } + { + name = "DeepSeek"; + url = "https://chat.deepseek.com/"; + tags = [ + "deepseek" + "deep" + "seek" + "ai" + ]; + keyword = "Deep"; + } { name = "Uncensored AI"; url = "https://www.aiuncensored.info";