9 lines
137 B
Nix
9 lines
137 B
Nix
|
|
{
|
||
|
|
alice = {
|
||
|
|
name = "Alice Huston";
|
||
|
|
email = "aliceghuston@gmail.com";
|
||
|
|
github = "ahuston-0";
|
||
|
|
githubId = 43225907;
|
||
|
|
};
|
||
|
|
}
|