Firefox tweaks

This commit is contained in:
2024-04-02 23:58:32 +01:00
parent b60cdd9ffa
commit 45f0ec3695

View File

@@ -172,8 +172,8 @@
}; };
search = { search = {
force = true; force = true;
default = "Google"; default = "DuckDuckGo";
order = [ "Google" "DuckDuckGo" ]; order = [ "DuckDuckGo" "Google" ];
engines = { engines = {
"Nix Packages" = { "Nix Packages" = {
urls = [{ urls = [{
@@ -212,9 +212,13 @@
url = "https://www.youtube.com/"; url = "https://www.youtube.com/";
} }
{ {
name = "NixOS Wiki"; name = "Arch Linux";
tags = [ "wiki" "nix" ]; tags = [ "news" "wiki" "arch" ];
url = "https://nixos.wiki/"; url = "https://archlinux.org/";
}
{
name = "GitHub";
url = "https://github.com/";
} }
]; ];
} }