fix nix warnings
This commit is contained in:
parent
45b5c58379
commit
c6f453470f
1 changed files with 3 additions and 3 deletions
|
|
@ -76,13 +76,13 @@
|
||||||
|
|
||||||
git = {
|
git = {
|
||||||
enable = true;
|
enable = true;
|
||||||
userName = "Tobias Ostner";
|
settings = {
|
||||||
userEmail = email;
|
|
||||||
extraConfig = {
|
|
||||||
core.editor = "emacsclient -c -a ''";
|
core.editor = "emacsclient -c -a ''";
|
||||||
init.defaultBranch = "main";
|
init.defaultBranch = "main";
|
||||||
pull.rebase = true;
|
pull.rebase = true;
|
||||||
rebase.updateRefs = true;
|
rebase.updateRefs = true;
|
||||||
|
user.name= "Tobias Ostner";
|
||||||
|
user.email = email;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue