11 lines
134 B
Nix
11 lines
134 B
Nix
{ config, pkgs, ... }:
|
|
|
|
{
|
|
programs.git = {
|
|
enable = true;
|
|
|
|
userName = "Krosh";
|
|
userEmail = "gudovdo@my.msu.ru";
|
|
};
|
|
}
|