Add more search engines
This commit is contained in:
parent
ab355abf17
commit
4153994f0d
2 changed files with 17 additions and 3 deletions
|
@ -17,6 +17,8 @@
|
|||
|
||||
boot.initrd.allowMissingModules = true;
|
||||
|
||||
nixpkgs.hostPlatform = "aarch64-linux";
|
||||
nixpkgs.config.allowBroken = true;
|
||||
nixpkgs = {
|
||||
hostPlatform = "aarch64-linux";
|
||||
config.allowBroken = true;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -165,8 +165,20 @@
|
|||
IconURL = "https://github.com/NixOS/nixos-artwork/raw/refs/heads/master/logo/nix-snowflake-white.svg";
|
||||
Alias = "nw";
|
||||
}
|
||||
{
|
||||
Name = "Nixpkgs PR Tracker";
|
||||
URLTemplate = "https://nixpk.gs/pr-tracker.html?pr={searchTerms}";
|
||||
IconURL = "https://github.com/NixOS/nixos-artwork/raw/refs/heads/master/logo/nix-snowflake-white.svg";
|
||||
Alias = "nt";
|
||||
}
|
||||
{
|
||||
Name = "Noogle";
|
||||
URLTemplate = "https://noogle.dev/q?term={searchTerms}";
|
||||
IconURL = "https://github.com/NixOS/nixos-artwork/raw/refs/heads/master/logo/nix-snowflake-white.svg";
|
||||
Alias = "noo";
|
||||
}
|
||||
];
|
||||
Remove = ["Bing"];
|
||||
Remove = ["Bing" "LibRedirect" "Wikipedia (en)"];
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue