fix git credentials config
This commit is contained in:
parent
5c05968f26
commit
2f66a8c8d8
@ -18,6 +18,11 @@
|
|||||||
package = pkgs.git-with-libsecret;
|
package = pkgs.git-with-libsecret;
|
||||||
userEmail = "alukard.develop@gmail.com";
|
userEmail = "alukard.develop@gmail.com";
|
||||||
userName = "Dmitriy Holkin";
|
userName = "Dmitriy Holkin";
|
||||||
|
extraConfig = {
|
||||||
|
credential = {
|
||||||
|
helper = "libsecret";
|
||||||
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
news.display = "silent";
|
news.display = "silent";
|
||||||
# programs.command-not-found = {
|
# programs.command-not-found = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user