mirror of
https://codeberg.org/privacy1st/nix-git
synced 2024-11-21 22:03:19 +01:00
Firefox search engines
This commit is contained in:
parent
3a492752b6
commit
60b9ae513d
@ -18,6 +18,28 @@
|
||||
profiles.default = {
|
||||
isDefault = true;
|
||||
settings = {};
|
||||
|
||||
search.default = "Startpage";
|
||||
search.engines = {
|
||||
"Amazon.de".metaData.hidden = true;
|
||||
"Bing".metaData.hidden = true;
|
||||
"Google".metaData.hidden = true;
|
||||
|
||||
"NixOS Wiki" = {
|
||||
urls = [{ template = "https://nixos.wiki/index.php?search={searchTerms}"; }];
|
||||
iconUpdateURL = "https://nixos.wiki/favicon.png";
|
||||
updateInterval = 24 * 60 * 60 * 1000; # Every day
|
||||
definedAliases = [ "@nw" ];
|
||||
};
|
||||
|
||||
"Startpage" = {
|
||||
urls = [{ template = "https://www.startpage.com/sp/search?query={searchTerms}"; }];
|
||||
iconUpdateURL = "https://www.startpage.com/sp/cdn/favicons/favicon-32x32--default.png";
|
||||
updateInterval = 24 * 60 * 60 * 1000; # Every day
|
||||
definedAliases = [ "@sp" ];
|
||||
};
|
||||
};
|
||||
|
||||
# https://mipmip.github.io/home-manager-option-search/?query=firefox.profiles.%3Cname%3E.extensions
|
||||
# https://nur.nix-community.org/repos/rycee/
|
||||
extensions = with pkgs.nur.repos.rycee.firefox-addons; [
|
||||
|
Loading…
Reference in New Issue
Block a user