corrected git settings
This commit is contained in:
@@ -10,14 +10,16 @@ in
|
||||
home-manager.users.root = {
|
||||
home.stateVersion = config.vars.stateVersion; # Set to your current home-manager version
|
||||
|
||||
programs.git.settings = {
|
||||
programs.git = {
|
||||
enable = true;
|
||||
userName = config.vars.hm_git_username;
|
||||
userName = config.vars.hm_git_username;
|
||||
userEmail = config.vars.usermail;
|
||||
extraConfig = {
|
||||
credential.helper="store --file ~/.git-credentials";
|
||||
|
||||
settings = {
|
||||
credential.helper = "store --file ~/.git-credentials";
|
||||
};
|
||||
};
|
||||
|
||||
programs.fzf.enable = true;
|
||||
programs.fzf.enableZshIntegration = true;
|
||||
programs.zoxide.enable = true;
|
||||
|
||||
Reference in New Issue
Block a user