aboutsummaryrefslogtreecommitdiff
path: root/profiles/noClutter.nix
diff options
context:
space:
mode:
Diffstat (limited to 'profiles/noClutter.nix')
-rw-r--r--profiles/noClutter.nix9
1 files changed, 9 insertions, 0 deletions
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;
+ };
+}