fix git credentials config

This commit is contained in:
Dmitriy Holkin 2019-10-10 14:37:52 +04:00
parent 5c05968f26
commit 2f66a8c8d8

View File

@ -18,6 +18,11 @@
package = pkgs.git-with-libsecret;
userEmail = "alukard.develop@gmail.com";
userName = "Dmitriy Holkin";
extraConfig = {
credential = {
helper = "libsecret";
};
};
};
news.display = "silent";
# programs.command-not-found = {