Merge pull request 'feat: opt-in to displaying gitea email on profile' (#23) from sova/selfprivacy-nixos-config:master into master

Reviewed-on: #23
Reviewed-by: Inex Code <inex.code@selfprivacy.org>
pull/24/head^2
Inex Code 2022-12-29 19:41:38 +02:00
commit 426d84f636
1 changed files with 1 additions and 0 deletions

View File

@ -47,6 +47,7 @@ in
};
ui = {
DEFAULT_THEME = "arc-green";
SHOW_USER_EMAIL = false;
};
picture = {
DISABLE_GRAVATAR = true;