non important commit
This commit is contained in:
parent
59741c7d4d
commit
9701882d0b
3 changed files with 84 additions and 21 deletions
16
git.test
Normal file
16
git.test
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
{ pkgs, ... }: {
|
||||
programs.git.enable = true;
|
||||
|
||||
home-manager.users.maxag = {
|
||||
programs.git = {
|
||||
enable = true;
|
||||
userName = "Max AG";
|
||||
userEmail = "max@example.com";
|
||||
|
||||
extraConfig = {
|
||||
init.defaultBranch = "main";
|
||||
pull.rebase = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue