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 = {
|
programs.git = {
|
||||||
enable = true;
|
enable = true;
|
||||||
userName = "smayzy";
|
settings = {
|
||||||
userEmail = "smayzy@smayzy.ovh";
|
core = {
|
||||||
extraConfig = {
|
autocrlf = "input";
|
||||||
core.editor = "vim";
|
editor = "vim";
|
||||||
core.autocrlf = "input";
|
};
|
||||||
credential.helper = "store";
|
credential = {
|
||||||
pull.rebase = "true";
|
helper = "store";
|
||||||
|
};
|
||||||
|
pull = {
|
||||||
|
rebase = "true";
|
||||||
|
};
|
||||||
|
user = {
|
||||||
|
email = "smayzy@smayzy.ovh";
|
||||||
|
name = "smayzy";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user