initial commit x2
This commit is contained in:
7
home-manager/apps/git.nix
Normal file
7
home-manager/apps/git.nix
Normal file
@@ -0,0 +1,7 @@
|
||||
{ config, ... }: {
|
||||
programs.git = {
|
||||
enable = true;
|
||||
userName = "chronoblade";
|
||||
userEmail = "sophr.temin@ro.ru";
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user