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:
@@ -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 = {
|
||||||
|
|||||||
Reference in New Issue
Block a user