users/jordan: add kagi to firefox
This commit is contained in:
@@ -29,9 +29,14 @@
|
|||||||
install_url = "https://addons.mozilla.org/firefox/downloads/latest/ublock-origin/latest.xpi";
|
install_url = "https://addons.mozilla.org/firefox/downloads/latest/ublock-origin/latest.xpi";
|
||||||
private_browsing = true;
|
private_browsing = true;
|
||||||
};
|
};
|
||||||
|
"search@kagi.com" = {
|
||||||
|
installation_mode = "force_installed";
|
||||||
|
install_url = "https://addons.mozilla.org/firefox/downloads/latest/kagi-search-for-firefox/latest.xpi";
|
||||||
|
private_browsing = true;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
SearchEngines = {
|
SearchEngines = {
|
||||||
Default = "DuckDuckGo";
|
Default = "Kagi";
|
||||||
Remove = [
|
Remove = [
|
||||||
"Amazon.com"
|
"Amazon.com"
|
||||||
"Bing"
|
"Bing"
|
||||||
@@ -43,9 +48,7 @@
|
|||||||
};
|
};
|
||||||
profiles.Default = {
|
profiles.Default = {
|
||||||
search = {
|
search = {
|
||||||
default = "ddg";
|
|
||||||
privateDefault = "ddg";
|
privateDefault = "ddg";
|
||||||
force = true;
|
|
||||||
};
|
};
|
||||||
userChrome = ''
|
userChrome = ''
|
||||||
@import "firefox-gnome-theme/userChrome.css";
|
@import "firefox-gnome-theme/userChrome.css";
|
||||||
|
|||||||
Reference in New Issue
Block a user