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