diff --git a/modules/common/shell/github.nix b/modules/common/shell/github.nix index dbf5267..a806ad3 100644 --- a/modules/common/shell/github.nix +++ b/modules/common/shell/github.nix @@ -5,7 +5,7 @@ programs.gh = lib.mkIf config.home-manager.users.${config.user}.programs.git.enable { enable = true; - enableGitCredentialHelper = true; + gitCredentialHelper.enable = true; settings.git_protocol = "https"; };