Firefox tweaks

This commit is contained in:
2024-04-02 23:58:32 +01:00
parent ad4f657d7a
commit 85082f6f27

View File

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