change firefox config

This commit is contained in:
Frost-Phoenix 2023-11-09 18:42:34 +01:00
parent d3de99a219
commit 08a5d4be58

View file

@ -7,7 +7,7 @@
};
in {
enable = true;
package = pkgs.wrapFirefox pkgs.firefox-unwrapped {
profiles.default = {
settings = {};
isDefault = true;
@ -22,6 +22,8 @@
wayback-machine
];
};
package = pkgs.wrapFirefox pkgs.firefox-unwrapped {
extraPolicies = {
CaptivePortal = false;
DisableFirefoxStudies = true;