fix: Update Firefox module

This commit is contained in:
Madeleine Sydney
2025-03-27 13:53:08 -06:00
parent ef9943b707
commit e4ab3078fc

View File

@@ -109,9 +109,35 @@ in {
bookmarks = [
{
name = "Home-manager options";
tags = [ "nix" "docs" ];
tags = [ "nix" "docs" "reference" ];
url = "https://nix-community.github.io/home-manager/options.xhtml";
}
{
name = "Nixpkgs manual";
tags = [ "nix" "docs" ];
url = "https://ryantm.github.io/nixpkgs";
}
];
}
{
name = "Clojure";
toolbar = true;
bookmarks = [
{
name = "Clojure cheatsheet";
tags = [ "clojure" "docs" "reference" ];
url = "https://clojure.org/api/cheatsheet";
}
{
name = "Babashka book";
tags = [ "clojure" "babashka" "docs" ];
url = "https://book.babashka.org/";
}
{
name = "ClojureDocs";
tags = [ "clojure" "docs" ];
url = "https://clojuredocs.org/";
}
];
}
];