ADD bookmark for firefox

main
Alexandre LUCAZEAU 2023-10-25 15:43:33 +02:00
parent f1551db735
commit 154f768453
1 changed files with 32 additions and 0 deletions

View File

@ -60,6 +60,38 @@
};
};
bookmarks {
[
{
name = "wikipedia";
tags = [ "wiki" ];
keyword = "wiki";
url = "https://en.wikipedia.org/wiki/Special:Search?search=%s&go=Go";
}
{
name = "kernel.org";
url = "https://www.kernel.org";
}
{
name = "Nix sites";
toolbar = true;
bookmarks = [
{
name = "homepage";
url = "https://nixos.org/";
}
{
name = "wiki";
tags = [ "wiki" "nix" ];
url = "https://nixos.wiki/";
}
];
}
]
"https://v2.produhost.net/panel/16148/dashboard"
};
"browser.toolbars.bookmarks.visibility" = "never";
extensions = with pkgs.nur.repos.rycee.firefox-addons; [
ublock-origin
privacy-badger