home: make git configurable
This commit is contained in:
parent
b9c340a8ee
commit
45b7d81eb2
|
@ -47,19 +47,6 @@
|
|||
# grml and pure enabled ....
|
||||
};
|
||||
|
||||
programs.git = {
|
||||
enable = true;
|
||||
userName= "genofire";
|
||||
userEmail = "geno+dev@fireorbit.de";
|
||||
signing = {
|
||||
signByDefault = false;
|
||||
key = "386ED1BF848ABB4A6B4A3C45FC83907C125BC2BC";
|
||||
};
|
||||
extraConfig = {
|
||||
init.defaultBranch = "main";
|
||||
annex.sshcaching = true;
|
||||
};
|
||||
};
|
||||
programs.neovim = {
|
||||
enable = true;
|
||||
extraConfig = ''
|
||||
|
|
Loading…
Reference in New Issue