Firefox config still needs to be looked at

This commit is contained in:
TheWanderingCrow 2024-09-17 21:31:47 -04:00
parent fe0eccb578
commit c0934d6f2c

View file

@ -253,5 +253,23 @@
bind -n M-Down select-pane -D
'';
};
firefox = {
enable = true;
policies = {
BlockAboutConfig = true;
DisableFirefoxStudies = true;
DisableFormHistory = true;
DisablePasswordReveal = true;
DisablePocket = true;
DisableProfileImport = true;
DontCheckDefaultBrowser = true;
EnableTrackingProtection = true;
Homepage = {
URL = "https://home.wanderingcrow.net";
};
OfferToSaveLogins = false;
PasswordManagerEnabled = false;
};
};
};
}