Add more search engines

This commit is contained in:
Henry Hiles 2025-08-19 21:54:37 -04:00
commit 4153994f0d
No known key found for this signature in database
2 changed files with 17 additions and 3 deletions

View file

@ -17,6 +17,8 @@
boot.initrd.allowMissingModules = true; boot.initrd.allowMissingModules = true;
nixpkgs.hostPlatform = "aarch64-linux"; nixpkgs = {
nixpkgs.config.allowBroken = true; hostPlatform = "aarch64-linux";
config.allowBroken = true;
};
} }

View file

@ -165,8 +165,20 @@
IconURL = "https://github.com/NixOS/nixos-artwork/raw/refs/heads/master/logo/nix-snowflake-white.svg"; IconURL = "https://github.com/NixOS/nixos-artwork/raw/refs/heads/master/logo/nix-snowflake-white.svg";
Alias = "nw"; 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)"];
}; };
}; };
}; };