refactor: complete pi-web rename in paths and env vars

- Config path: ~/.pi/pi-search/config.json -> ~/.pi/pi-web/config.json
- Env vars: PI_SEARCH_PROVIDER -> PI_WEB_PROVIDER,
  PI_SEARCH_SEARXNG_URL -> PI_WEB_SEARXNG_URL
- README + flake.nix description updated to match.
This commit is contained in:
2026-05-25 11:58:18 -04:00
parent 67ce141b1b
commit 42ce8730ab
5 changed files with 13 additions and 13 deletions

View File

@@ -1,5 +1,5 @@
{
description = "pi-search extension development environment";
description = "pi-web extension development environment";
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixos-25.11";