1
0
mirror of https://github.com/kmein/niveum synced 2026-03-20 12:01:06 +01:00

feat(aerc): compact pronouns

This commit is contained in:
2023-10-06 14:50:05 +02:00
parent 06805e5b2a
commit 1b92a35237

View File

@@ -1,6 +1,6 @@
rec { rec {
thunderbirdProfile = "donnervogel"; thunderbirdProfile = "donnervogel";
pronouns = builtins.concatStringsSep " · " [ pronouns = builtins.concatStringsSep "/" [
"er" "er"
"he" "he"
"is" "is"
@@ -10,7 +10,6 @@ rec {
"он" "он"
"han" "han"
"" ""
"huwwe"
]; ];
defaults = { defaults = {
thunderbird = { thunderbird = {