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

remove rec

This commit is contained in:
2025-12-25 08:33:18 +01:00
parent 3bf70f8956
commit 07756a0660
22 changed files with 121 additions and 170 deletions

View File

@@ -1,5 +1,8 @@
rec {
let
thunderbirdProfile = "donnervogel";
in
{
inherit thunderbirdProfile;
pronouns = builtins.concatStringsSep "/" [
"er"
"he"
@@ -14,7 +17,7 @@ rec {
defaults = {
thunderbird = {
enable = true;
profiles = [thunderbirdProfile];
profiles = [ thunderbirdProfile ];
};
aerc.enable = true;
realName = "Kierán Meinhardt";