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"]
|
[credential "https://github.com"]
|
||||||
helper =
|
helper =
|
||||||
helper = !gh auth git-credential
|
helper = !gh auth git-credential
|
||||||
|
|
||||||
[credential "https://gist.github.com"]
|
[credential "https://gist.github.com"]
|
||||||
helper =
|
helper =
|
||||||
helper = !gh auth git-credential
|
helper = !gh auth git-credential
|
||||||
|
|
|
@ -198,10 +198,12 @@
|
||||||
programs.git = {
|
programs.git = {
|
||||||
enable = true;
|
enable = true;
|
||||||
package = pkgs.gitFull;
|
package = pkgs.gitFull;
|
||||||
userName = "Sakooooo";
|
|
||||||
userEmail = "78461130+Sakooooo@users.noreply.github.com";
|
|
||||||
};
|
};
|
||||||
xdg.configFile = {
|
xdg.configFile = {
|
||||||
|
git = {
|
||||||
|
source = config/git;
|
||||||
|
};
|
||||||
|
|
||||||
nvim = {
|
nvim = {
|
||||||
source = config/nvim;
|
source = config/nvim;
|
||||||
recursive = true;
|
recursive = true;
|
||||||
|
|
Loading…
Reference in a new issue