2024-11-15 00:01 : id 155
This commit is contained in:
parent
f315e58852
commit
360c8858ca
@ -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 = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user