NOflake/users/tao/firefox.nix

15 lines
492 B
Nix
Raw Normal View History

2024-03-22 23:26:56 -07:00
{...}: {
programs.firefox = {
2024-03-23 01:24:31 -07:00
# 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
};
}