fix git probably

This commit is contained in:
Sakooooo 2023-07-04 21:52:34 +03:00
parent 919f9f68fa
commit 404a21c9b1
Signed by: sako
GPG key ID: 3FD715D87D7725E0
2 changed files with 12 additions and 5 deletions

View file

@ -1,6 +1,11 @@
[user]
email = "78461130+Sakooooo@users.noreply.github.com"
name = "Sakooooo"
[credential "https://github.com"]
helper =
helper = !gh auth git-credential
[credential "https://gist.github.com"]
helper =
helper = !gh auth git-credential

View file

@ -198,10 +198,12 @@
programs.git = {
enable = true;
package = pkgs.gitFull;
userName = "Sakooooo";
userEmail = "78461130+Sakooooo@users.noreply.github.com";
};
xdg.configFile = {
git = {
source = config/git;
};
nvim = {
source = config/nvim;
recursive = true;