8 lines
131 B
Nix
8 lines
131 B
Nix
{ ... }:
|
|
{
|
|
programs.git = {
|
|
enable = true;
|
|
userName = "Tobias Ostner";
|
|
userEmail = "tobias.ostner@gmail.com";
|
|
};
|
|
}
|