init
This commit is contained in:
commit
7f900c6be3
26 changed files with 965 additions and 0 deletions
12
home/git/default.nix
Normal file
12
home/git/default.nix
Normal file
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
config = {
|
||||
programs.git = {
|
||||
enable = true;
|
||||
userName = "Pim Kunis";
|
||||
userEmail = "pim@kunis.nl";
|
||||
extraConfig = {
|
||||
push.autoSetupRemote = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue