fix: Update Firefox module
This commit is contained in:
@@ -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/";
|
||||
}
|
||||
];
|
||||
}
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user