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

Configure Feed

Select the types of activity you want to include in your feed.

zen-browser: update searxng

june 9faa67ff 20abd619

+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";