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: switch to 4get

june 5daaf6f3 8eaf4c43

+4 -4
+4 -4
home/modules/programs/zen-browser.nix
··· 14 14 default = "searxng"; 15 15 engines = { 16 16 searxng = { 17 - name = "SearXNG"; 18 - definedAliases = [ "@searxng" ]; 19 - urls = [ { template = "https://search.nelliel.cv/search?q={searchTerms}"; } ]; 20 - iconMapObj."261" = "https://search.nelliel.cv/static/themes/simple/img/favicon.png"; 17 + name = "4get"; 18 + definedAliases = [ "@4get" ]; 19 + urls = [ { template = "https://search.nelliel.cv/web?s={searchTerms}"; } ]; 20 + iconMapObj."32" = "https://search.nelliel.cv/favicon.ico"; 21 21 }; 22 22 nixpkgs = { 23 23 name = "Nixpkgs";