aboutsummaryrefslogtreecommitdiff
path: root/profiles/noClutter.nix
blob: e4168945f02ed6b2bee4c9438d04cc1e58d8ec85 (plain)
1
2
3
4
5
6
7
8
9
{ }: {
  policies = {
    HomePage.StartPage = "none";
  };

  preferences = {
    browser.slowStartup.notificationDisabled = true;
  };
}