Initial configuration
This commit is contained in:
commit
4802279787
28 changed files with 1890 additions and 0 deletions
7
config/packages/git/default.nix
Normal file
7
config/packages/git/default.nix
Normal file
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
programs.git = {
|
||||
enable = true;
|
||||
userName = "Ethan Lane";
|
||||
userEmail = "ethan@vylpes.com";
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue