home: make git configurable
This commit is contained in:
parent
b9c340a8ee
commit
45b7d81eb2
|
@ -47,19 +47,6 @@
|
||||||
# grml and pure enabled ....
|
# 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 = {
|
programs.neovim = {
|
||||||
enable = true;
|
enable = true;
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
|
|
Loading…
Reference in New Issue