edit git
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
programs.git = {
|
||||
enable = true;
|
||||
|
||||
userName = "Krosh";
|
||||
userEmail = "gudovdo@my.msu.ru";
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user