NOflake/users/tao/firefox.nix

15 lines
536 B
Nix
Raw Normal View History

2024-03-22 23:26:56 -07:00
{...}: {
2025-04-30 19:29:00 -07:00
programs.firefox = {
# policies = {
# };
# enable = true;
# profiles.default.settings = {
# "browser.newtabpage.activity-stream.feeds.discoverystreamfeed" = false;
# "browser.newtabpage.activity-stream.feeds.section.topstories" = false;
# "browser.newtabpage.activity-stream.section.highlights.includePocket" = false;
# "browser.newtabpage.activity-stream.showSponsored" = false;
# "extensions.pocket.enabled" = false;
# };
};
2024-03-22 23:26:56 -07:00
}