mirror of
https://github.com/kmein/niveum
synced 2026-03-16 10:11:08 +01:00
feat(aerc): compact pronouns
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user