structure and add like MatthiasBenaets
This commit is contained in:
13
modules/shell/git.nix
Normal file
13
modules/shell/git.nix
Normal file
@@ -0,0 +1,13 @@
|
||||
#
|
||||
# Git
|
||||
#
|
||||
|
||||
{
|
||||
programs = {
|
||||
git = {
|
||||
enable = true;
|
||||
userName = "Kabbone";
|
||||
userEmail = "tobias@opel-online.de";
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user