tangled
alpha
login
or
join now
koi.rip
/
dotfiles
0
fork
atom
my nixos dotfiles :3 (git.koi.rip mirror)
git.koi.rip/koi/dotfiles
linux
dotfiles
neovim
nixos
catppuccin
0
fork
atom
overview
issues
pulls
pipelines
zen-browser: update searxng
koi.rip
2 weeks ago
9faa67ff
20abd619
+2
-2
1 changed file
expand all
collapse all
unified
split
home
modules
programs
zen-browser.nix
+2
-2
home/modules/programs/zen-browser.nix
···
16
16
searxng = {
17
17
name = "SearXNG";
18
18
definedAliases = [ "@searxng" ];
19
19
-
urls = [ { template = "https://searxng.system72.dev/search?q={searchTerms}"; } ];
20
20
-
iconMapObj."261" = "https://searxng.system72.dev/static/themes/simple/img/favicon.png";
19
19
+
urls = [ { template = "https://search.system72.dev/search?q={searchTerms}"; } ];
20
20
+
iconMapObj."261" = "https://search.system72.dev/static/themes/simple/img/favicon.png";
21
21
};
22
22
nixpkgs = {
23
23
name = "Nixpkgs";