about summary refs log tree commit diff stats
path: root/hm/soispha/conf/firefox/config/bookmarks/default.nix
blob: 4de83ac94ce1969dfd106196e445e1d99254106e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
[
  {
    name = "Feed - Piped";
    url = "https://piped.video/feed";
  }

  {
    name = "DeepL Translate";
    url = "https://www.deepl.com/translator";
  }

  {
    name = "HM Options";
    url = "https://mipmip.github.io/home-manager-option-search/";
  }

  {
    name = "Nix lib";
    url = "https://teu5us.github.io/nix-lib.html";
  }

  {
    name = "Nixpkgs manual";
    url = "https://ryantm.github.io/nixpkgs/";
  }
]