git credential store. only type each password once

This commit is contained in:
mir 2024-03-13 08:59:35 -08:00
parent bf05167072
commit a327c32e2d

View File

@ -9,7 +9,6 @@ with lib.hm.gvariant;
home.packages = [
pkgs.btop
pkgs.firefox
pkgs.git
pkgs.killall
pkgs.gdb
pkgs.neofetch
@ -68,8 +67,10 @@ with lib.hm.gvariant;
fonts.fontconfig.enable = true;
programs.git = {
enable = true;
package = pkgs.gitFull;
userName = "mir";
userEmail = "mirmarq428@gmail.com";
extraConfig.credential.helper = "store";
};
programs.firefox = {
enable = true;