git credential store. only type each password once
This commit is contained in:
parent
bf05167072
commit
a327c32e2d
3
home.nix
3
home.nix
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user