mirror of
https://git.sr.ht/~roxwize/.dotfiles
synced 2025-02-07 09:52:50 +00:00
~
This commit is contained in:
parent
ed8de4917f
commit
742007bbfe
1 changed files with 23 additions and 0 deletions
|
@ -43,7 +43,30 @@
|
||||||
name = "NUR search";
|
name = "NUR search";
|
||||||
url = "https://nur.nix-community.org/";
|
url = "https://nur.nix-community.org/";
|
||||||
}
|
}
|
||||||
|
{
|
||||||
|
name = "NixOS wiki";
|
||||||
|
url = "https://nixos.wiki/";
|
||||||
|
}
|
||||||
];
|
];
|
||||||
|
search = {
|
||||||
|
default = "DuckDuckGo";
|
||||||
|
engines = {
|
||||||
|
"Nix packages" = {
|
||||||
|
urls = [{
|
||||||
|
template = "https://search.nixos.org/packages";
|
||||||
|
params = [
|
||||||
|
{ name = "type"; value = "packages"; }
|
||||||
|
{ name = "query"; value = "{searchTerms}"; }
|
||||||
|
];
|
||||||
|
}];
|
||||||
|
icon = "${pkgs.nixos-icons}/share/icons/hicolor/scalable/apps/nix-snowflake.svg";
|
||||||
|
};
|
||||||
|
|
||||||
|
"Bing".metaData.hidden = true;
|
||||||
|
};
|
||||||
|
order = [ "DuckDuckGo" "Nix packages" ];
|
||||||
|
force = true;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
git = {
|
git = {
|
||||||
|
|
Loading…
Reference in a new issue