Merge branch 'main' of git.atlanticaweb.fr:alexandre/nixos-config

main
LUCAZEAU Alexandre 2023-10-25 19:00:39 +02:00
commit 7cd30aba59
1 changed files with 32 additions and 0 deletions

View File

@ -64,6 +64,38 @@ imports = lib.attrValues nur-no-pkgs.repos.moredhel.hmModules.rawModules;
};
};
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