From 4fe9d1caeaacb9162586ca3b675f4a0662eb07e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jalil=20David=20Salam=C3=A9=20Messina?= Date: Wed, 31 Jan 2024 22:31:47 +0100 Subject: [PATCH] fix(home/options): Typo --- home/options.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/options.nix b/home/options.nix index 686fdb7..842ea7b 100644 --- a/home/options.nix +++ b/home/options.nix @@ -11,7 +11,7 @@ let identity.options = { email = lib.mkOption { - description = "Primary email adderss"; + description = "Primary email address"; type = types.str; example = "email@example.org"; };