fix(librewolf): change startup page url
This commit is contained in:
parent
7a384841b0
commit
96a6cb73ae
1 changed files with 3 additions and 3 deletions
|
@ -11,7 +11,7 @@ with lib.${namespace};
|
||||||
let
|
let
|
||||||
cfg = config.${namespace}.apps.librewolf;
|
cfg = config.${namespace}.apps.librewolf;
|
||||||
defaultSettings = {
|
defaultSettings = {
|
||||||
"browser.startup.homepage" = "https://search.monapona.dev";
|
"browser.startup.homepage" = "https://search.stahl.sh";
|
||||||
"browser.startup.page" = 3;
|
"browser.startup.page" = 3;
|
||||||
"privacy.resistFingerprinting" = false;
|
"privacy.resistFingerprinting" = false;
|
||||||
"privacy.fingerprintingProtection" = true;
|
"privacy.fingerprintingProtection" = true;
|
||||||
|
@ -36,8 +36,8 @@ let
|
||||||
default = "SearXNG";
|
default = "SearXNG";
|
||||||
engines = {
|
engines = {
|
||||||
"SearXNG" = {
|
"SearXNG" = {
|
||||||
urls = [ { template = "https://search.monapona.dev/search?q={searchTerms}"; } ];
|
urls = [ { template = "https://search.stahl.sh/search?q={searchTerms}"; } ];
|
||||||
icon = "https://search.monapona.dev/static/themes/simple/img/favicon.png";
|
icon = "https://search.stahl.sh/static/themes/simple/img/favicon.png";
|
||||||
definedAliases = [ "@s" ];
|
definedAliases = [ "@s" ];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue