11 lines
133 B
Nix
11 lines
133 B
Nix
{
|
|
home = {
|
|
name = "Bob";
|
|
dir = "/home/bob";
|
|
};
|
|
|
|
git = {
|
|
name = "Bob Ross";
|
|
email = "bross@example.com";
|
|
};
|
|
}
|