system/nix/secrets.example.nix

12 lines
141 B
Nix
Raw Normal View History

2022-04-05 10:03:33 +03:00
{
2022-04-05 11:26:26 +03:00
home = {
name = "Bob";
dir = "/home/bob";
};
git = {
userName = "Bob Ross";
userEmail = "bross@example.com";
2022-04-05 11:26:26 +03:00
};
2022-04-05 10:03:33 +03:00
}