From 1b92a352371c02e2919b08b0a2e271a2a11019a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kier=C3=A1n=20Meinhardt?= Date: Fri, 6 Oct 2023 14:50:05 +0200 Subject: [PATCH] feat(aerc): compact pronouns --- lib/email.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/email.nix b/lib/email.nix index 1178896..112845e 100644 --- a/lib/email.nix +++ b/lib/email.nix @@ -1,6 +1,6 @@ rec { thunderbirdProfile = "donnervogel"; - pronouns = builtins.concatStringsSep " · " [ + pronouns = builtins.concatStringsSep "/" [ "er" "he" "is" @@ -10,7 +10,6 @@ rec { "он" "han" "सः" - "huwwe" ]; defaults = { thunderbird = {