7 lines
125 B
Nix
7 lines
125 B
Nix
{pkgs, ...}: {
|
|
programs.git = {
|
|
enable = true;
|
|
userEmail = "osmanfbayram@gmail.com";
|
|
userName = "osbm";
|
|
};
|
|
}
|