diff options
Diffstat (limited to 'profiles/noClutter.nix')
-rw-r--r-- | profiles/noClutter.nix | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/profiles/noClutter.nix b/profiles/noClutter.nix index e416894..42e864a 100644 --- a/profiles/noClutter.nix +++ b/profiles/noClutter.nix @@ -1,4 +1,10 @@ { }: { + 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"; }; |