Let's try firefox instead, I'll delete all previous files and see how this looks
This commit is contained in:
parent
056954216f
commit
4ec642441c
|
@ -6,7 +6,7 @@
|
|||
programs.firefox = {
|
||||
enable = true;
|
||||
nativeMessagingHosts = [pkgs.firefoxpwa];
|
||||
package = pkgs.librewolf;
|
||||
package = pkgs.firefox;
|
||||
isDefault = true;
|
||||
settings = {
|
||||
"browser.aboutConfig.showWarning" = false;
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
}: {
|
||||
programs.firefox = {
|
||||
enable = true;
|
||||
package = pkgs.librewolf;
|
||||
package = pkgs.firefox;
|
||||
policies = {
|
||||
DisableTelemetry = true;
|
||||
DisableFirefoxStudies = true;
|
||||
|
|
Loading…
Reference in a new issue