Let's try firefox instead, I'll delete all previous files and see how this looks

This commit is contained in:
Lillian Violet 2024-04-21 18:01:28 +02:00
parent 056954216f
commit 4ec642441c
2 changed files with 2 additions and 2 deletions

View file

@ -6,7 +6,7 @@
programs.firefox = {
enable = true;
nativeMessagingHosts = [pkgs.firefoxpwa];
package = pkgs.librewolf;
package = pkgs.firefox;
isDefault = true;
settings = {
"browser.aboutConfig.showWarning" = false;

View file

@ -5,7 +5,7 @@
}: {
programs.firefox = {
enable = true;
package = pkgs.librewolf;
package = pkgs.firefox;
policies = {
DisableTelemetry = true;
DisableFirefoxStudies = true;