fix(home/options): Typo

This commit is contained in:
Jalil David Salamé Messina 2024-01-31 22:31:47 +01:00 committed by Jalil David Salamé Messina
parent 53fc53d5c4
commit 4fe9d1caea

View file

@ -11,7 +11,7 @@ let
identity.options = { identity.options = {
email = lib.mkOption { email = lib.mkOption {
description = "Primary email adderss"; description = "Primary email address";
type = types.str; type = types.str;
example = "email@example.org"; example = "email@example.org";
}; };