add multiple git credential helpers

This commit is contained in:
insert 2024-08-11 10:29:17 -04:00
parent 171dd9fb9f
commit da8fc59447
Signed by: insert
GPG key ID: A70775C389ACF105

View file

@ -7,6 +7,7 @@
home.packages = [
pkgs.git
pkgs.git-credential-oauth
pkgs.fluffychat
pkgs.cinny-desktop
pkgs.firefox
@ -167,9 +168,14 @@
key = "A70775C389ACF105";
signByDefault = true;
};
extraConfig = {
credential.helper = ["${
pkgs.git.override { withLibsecret = true; }
}/bin/git-credential-libsecret" "cache --timeout 41600" "oauth"];
};
};
#programs.thefuck.enable = true;
programs.git-credential-oauth.enable = true;
#programs.git-credential-oauth.enable = true;
programs.kitty = {
enable = true;
theme = "Catppuccin-Frappe";