9 lines
132 B
Nix
9 lines
132 B
Nix
{ pkgs, ... }: {
|
|
programs.git = {
|
|
enable = true;
|
|
userName = "shibazaki";
|
|
userEmail = "shibazaki@example.com";
|
|
};
|
|
}
|
|
|