updating from jeremy's nix config
This commit is contained in:
18
configs/git.nix
Normal file
18
configs/git.nix
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
programs.git = {
|
||||
enable = true;
|
||||
config = [
|
||||
{
|
||||
user = {
|
||||
name = "Kyle Isom";
|
||||
email = "kyle@imap.cc";
|
||||
};
|
||||
init = {
|
||||
defaultBranch = "master";
|
||||
}
|
||||
}
|
||||
|
||||
{ push = { default = "current"; }; }
|
||||
];
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user