diff options
Diffstat (limited to 'profiles/noClutter.nix')
-rw-r--r-- | profiles/noClutter.nix | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/profiles/noClutter.nix b/profiles/noClutter.nix deleted file mode 100644 index 42e864a..0000000 --- a/profiles/noClutter.nix +++ /dev/null @@ -1,15 +0,0 @@ -{ }: { - meta.description = '' - Disable potentionally distracting features, to let the user focus. - - This module does not aim to improve privacy or security. - ''; - - policies = { - HomePage.StartPage = "none"; - }; - - preferences = { - browser.slowStartup.notificationDisabled = true; - }; -} |