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 { 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;