fix git probably
This commit is contained in:
parent
919f9f68fa
commit
404a21c9b1
2 changed files with 12 additions and 5 deletions
|
@ -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
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue