update git settings in hm to match upstream's new syntax
This commit is contained in:
parent
5551b13801
commit
9b6de54e34
@ -34,13 +34,21 @@
|
||||
|
||||
programs.git = {
|
||||
enable = true;
|
||||
userName = "smayzy";
|
||||
userEmail = "smayzy@smayzy.ovh";
|
||||
extraConfig = {
|
||||
core.editor = "vim";
|
||||
core.autocrlf = "input";
|
||||
credential.helper = "store";
|
||||
pull.rebase = "true";
|
||||
settings = {
|
||||
core = {
|
||||
autocrlf = "input";
|
||||
editor = "vim";
|
||||
};
|
||||
credential = {
|
||||
helper = "store";
|
||||
};
|
||||
pull = {
|
||||
rebase = "true";
|
||||
};
|
||||
user = {
|
||||
email = "smayzy@smayzy.ovh";
|
||||
name = "smayzy";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user