17 lines
252 B
Nix
17 lines
252 B
Nix
{
|
|
chidi = {
|
|
email = "christoph@tuist.dev";
|
|
extraPackages = ["slack"];
|
|
};
|
|
|
|
jason = {
|
|
email = "christoph@schmatzler.com";
|
|
extraPackages = [];
|
|
};
|
|
|
|
tahani = {
|
|
email = "christoph@schmatzler.com";
|
|
extraPackages = [];
|
|
};
|
|
}
|