my nixos dotfiles :3 (git.koi.rip mirror) git.koi.rip/koi/dotfiles
linux dotfiles neovim nixos catppuccin

zen-browser: update searxng

+2 -2
+2 -2
home/modules/programs/zen-browser.nix
··· 16 16 searxng = { 17 17 name = "SearXNG"; 18 18 definedAliases = [ "@searxng" ]; 19 - urls = [ { template = "https://searxng.system72.dev/search?q={searchTerms}"; } ]; 20 - iconMapObj."261" = "https://searxng.system72.dev/static/themes/simple/img/favicon.png"; 19 + urls = [ { template = "https://search.system72.dev/search?q={searchTerms}"; } ]; 20 + iconMapObj."261" = "https://search.system72.dev/static/themes/simple/img/favicon.png"; 21 21 }; 22 22 nixpkgs = { 23 23 name = "Nixpkgs";