updated firefox config for leyla home manager
This commit is contained in:
parent
24e6512059
commit
a821b1ab16
|
@ -37,13 +37,13 @@
|
||||||
};
|
};
|
||||||
"NixOS Wiki" = {
|
"NixOS Wiki" = {
|
||||||
urls = [{template = "https://nixos.wiki/index.php?search={searchTerms}";}];
|
urls = [{template = "https://nixos.wiki/index.php?search={searchTerms}";}];
|
||||||
iconUpdateURL = "https://nixos.wiki/favicon.png";
|
icon = "https://nixos.wiki/favicon.png";
|
||||||
updateInterval = 24 * 60 * 60 * 1000; # every day
|
updateInterval = 24 * 60 * 60 * 1000; # every day
|
||||||
definedAliases = ["@nw"];
|
definedAliases = ["@nw"];
|
||||||
};
|
};
|
||||||
"Searx" = {
|
"Searx" = {
|
||||||
urls = [{template = "https://search.jan-leila.com/?q={searchTerms}";}];
|
urls = [{template = "https://search.jan-leila.com/?q={searchTerms}";}];
|
||||||
iconUpdateURL = "https://nixos.wiki/favicon.png";
|
icon = "https://nixos.wiki/favicon.png";
|
||||||
updateInterval = 24 * 60 * 60 * 1000; # every day
|
updateInterval = 24 * 60 * 60 * 1000; # every day
|
||||||
definedAliases = ["@searx"];
|
definedAliases = ["@searx"];
|
||||||
};
|
};
|
||||||
|
@ -258,7 +258,9 @@
|
||||||
"toolkit.telemetry.updatePing.enabled" = false;
|
"toolkit.telemetry.updatePing.enabled" = false;
|
||||||
};
|
};
|
||||||
|
|
||||||
bookmarks = [
|
bookmarks = {
|
||||||
|
force = true;
|
||||||
|
settings = [
|
||||||
{
|
{
|
||||||
name = "Media";
|
name = "Media";
|
||||||
url = "https://media.jan-leila.com/";
|
url = "https://media.jan-leila.com/";
|
||||||
|
@ -335,4 +337,5 @@
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue