From 5014c0ed2160393fb787b585127bce8f27fda722 Mon Sep 17 00:00:00 2001 From: tilpner Date: Fri, 6 Mar 2020 16:05:01 +0100 Subject: Separate policy into smaller modules --- profiles/noClutter.nix | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 profiles/noClutter.nix (limited to 'profiles/noClutter.nix') diff --git a/profiles/noClutter.nix b/profiles/noClutter.nix new file mode 100644 index 0000000..e416894 --- /dev/null +++ b/profiles/noClutter.nix @@ -0,0 +1,9 @@ +{ }: { + policies = { + HomePage.StartPage = "none"; + }; + + preferences = { + browser.slowStartup.notificationDisabled = true; + }; +} -- cgit v1.2.3