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

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

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

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