users/jordan: add kagi to firefox

This commit is contained in:
2026-01-31 11:10:54 +00:00
parent d276dce6ea
commit e68ced05bd

View File

@@ -29,9 +29,14 @@
install_url = "https://addons.mozilla.org/firefox/downloads/latest/ublock-origin/latest.xpi";
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 = {
Default = "DuckDuckGo";
Default = "Kagi";
Remove = [
"Amazon.com"
"Bing"
@@ -43,9 +48,7 @@
};
profiles.Default = {
search = {
default = "ddg";
privateDefault = "ddg";
force = true;
};
userChrome = ''
@import "firefox-gnome-theme/userChrome.css";