12345678910111213141516171819202122232425262728293031323334353637 |
- [
- {
- name = "ANIME"; # Bookmark Folder
- bookmarks = [
- {
- name = "ANIMEPAHE";
- url = "https://animepahe.com";
- }
- {
- name = "KICKASSANIME";
- url = "https://kickassanime.ro";
- }
- {
- name = "9Anime";
- url = "https://9anime.gs";
- }
- ];
- }
- {
- name = "NixOS";
- bookmarks = [
- {
- name = "Nix Package";
- url = "https://search.nixos.org/packages?channel=unstable";
- }
- {
- name = "Nix Options";
- url = "https://search.nixos.org/options?channel=unstable";
- }
- {
- name = "Home-Manager";
- url = "https://rycee.gitlab.io/home-manager/options.html";
- }
- ];
- }
- ]
|