1
0
Fork 0

fix(librewolf): change startup page url

This commit is contained in:
Philipp 2025-05-31 12:16:18 +02:00
parent 7a384841b0
commit 96a6cb73ae
Signed by: Philipp
GPG key ID: 9EBD8439AFBAB750

View file

@ -11,7 +11,7 @@ with lib.${namespace};
let
cfg = config.${namespace}.apps.librewolf;
defaultSettings = {
"browser.startup.homepage" = "https://search.monapona.dev";
"browser.startup.homepage" = "https://search.stahl.sh";
"browser.startup.page" = 3;
"privacy.resistFingerprinting" = false;
"privacy.fingerprintingProtection" = true;
@ -36,8 +36,8 @@ let
default = "SearXNG";
engines = {
"SearXNG" = {
urls = [ { template = "https://search.monapona.dev/search?q={searchTerms}"; } ];
icon = "https://search.monapona.dev/static/themes/simple/img/favicon.png";
urls = [ { template = "https://search.stahl.sh/search?q={searchTerms}"; } ];
icon = "https://search.stahl.sh/static/themes/simple/img/favicon.png";
definedAliases = [ "@s" ];
};