{ pkgs = import <nixpkgs>, people, pronouns, ... }:
pkgs.mkPeopleDerivation {
username
=
"
nobbele
";
name
=
"
Alice
";
pronouns
=
"
she/they
";
country
=
"
Sweden
";
time
=
22:49:23
;
about
=
''
22-year-old girl who likes computers!
'';
relationships
= with people; {
# I love my wife <3
partner
=
emily
;
friends
= [
vernonlim
arda
];
};
# Fuck the Swedish trans healthcare queue
# Thanks to Imago for making it available privately!
hrtStart
=
January 9th 2026
;
}