From 91876ddc92359fa4e095763b792e801fe390b844 Mon Sep 17 00:00:00 2001 From: Nick Date: Mon, 27 Jan 2025 15:01:15 -0600 Subject: [PATCH] feat: added bookmarks --- .../firefox/config/bookmarks/config/tools.nix | 32 +++++++++++++++++++ 1 file changed, 32 insertions(+) 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";