2024-11-15 00:01 : id 155

This commit is contained in:
deadvey 2024-11-16 00:26:16 +00:00
parent f315e58852
commit 360c8858ca

View File

@ -104,6 +104,8 @@ in
enable = true;
profiles = {
default = {
name = "default";
id = 0;
isDefault = true;
userChrome = ''
.tab-content[selected="true"] {
@ -116,6 +118,11 @@ in
"toolkit.legacyUserProfileCustomizations.stylesheets" = true;
"browser.search.defaultenginename" = "DuckDuckGo";
};
search = {
force = true;
default = "DuckDuckGo";
order = [ "DuckDuckGo" "Google" ];
};
};
};
policies = {