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 = {
|
||||
enable = true;
|
||||
userName = "Tobias Ostner";
|
||||
userEmail = email;
|
||||
extraConfig = {
|
||||
settings = {
|
||||
core.editor = "emacsclient -c -a ''";
|
||||
init.defaultBranch = "main";
|
||||
pull.rebase = true;
|
||||
rebase.updateRefs = true;
|
||||
user.name= "Tobias Ostner";
|
||||
user.email = email;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue