diff --git a/home/programs/firefox/default.nix b/home/programs/firefox/default.nix index 5342f7e..26ac807 100644 --- a/home/programs/firefox/default.nix +++ b/home/programs/firefox/default.nix @@ -152,14 +152,28 @@ in { } ]; } + { + name = "solvers"; + bookmarks = [ + { + name = "GPT"; + url = "https://chatgpt.com"; # sam altman is a horrible person and i cannot wait for the day i can ditch this shit + } + { + name = "claude"; + url = "https://claude.ai"; + } + { + name = "gemini"; + url = "https://gemini.google.com"; + } + ]; + } { name = "Cal"; url = "https://calendar.google.com/"; } - { - name = "GPT"; - url = "https://chatgpt.com"; # sam altman is a horrible person and i cannot wait for the day i can ditch this shit - } + { name = "performance"; url = "about:processes";