Configured git
This commit is contained in:
parent
6396fb40c3
commit
67600e89a8
2 changed files with 4 additions and 1 deletions
|
|
@ -96,6 +96,7 @@
|
||||||
wofi
|
wofi
|
||||||
wl-clipboard
|
wl-clipboard
|
||||||
git
|
git
|
||||||
|
git-credential-manager
|
||||||
hyprpicker
|
hyprpicker
|
||||||
networkmanagerapplet
|
networkmanagerapplet
|
||||||
egl-wayland
|
egl-wayland
|
||||||
|
|
|
||||||
|
|
@ -95,7 +95,9 @@
|
||||||
userName = "Aleksandr Lebedev";
|
userName = "Aleksandr Lebedev";
|
||||||
userEmail = "alex.lebedev2003@icloud.com";
|
userEmail = "alex.lebedev2003@icloud.com";
|
||||||
extraConfig = {
|
extraConfig = {
|
||||||
credential.helper = "${pkgs.git.override { withLibsecret = true; }}/bin/git-credential-libsecret";
|
credential.helper = "manager";#"${pkgs.git.override { withLibsecret = true; }}/bin/git-credential-libsecret";
|
||||||
|
credential."https://github.com".username = "KyleKrein";
|
||||||
|
credential.credentialStore = "cache";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue