change firefox config
This commit is contained in:
parent
d3de99a219
commit
08a5d4be58
|
@ -7,7 +7,7 @@
|
||||||
};
|
};
|
||||||
in {
|
in {
|
||||||
enable = true;
|
enable = true;
|
||||||
package = pkgs.wrapFirefox pkgs.firefox-unwrapped {
|
|
||||||
profiles.default = {
|
profiles.default = {
|
||||||
settings = {};
|
settings = {};
|
||||||
isDefault = true;
|
isDefault = true;
|
||||||
|
@ -22,6 +22,8 @@
|
||||||
wayback-machine
|
wayback-machine
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
package = pkgs.wrapFirefox pkgs.firefox-unwrapped {
|
||||||
extraPolicies = {
|
extraPolicies = {
|
||||||
CaptivePortal = false;
|
CaptivePortal = false;
|
||||||
DisableFirefoxStudies = true;
|
DisableFirefoxStudies = true;
|
||||||
|
|
Loading…
Reference in a new issue