remove unnecessary comments

This commit is contained in:
Noah Masur 2022-01-13 18:16:10 -05:00
parent 98e5bc7cbf
commit 244b36aee3

View File

@ -236,17 +236,10 @@ in
pager = {
branch = "false";
};
#credential = {
# helper = "store";
#};
/* credential = { */
/* "https://github.com/helper" = "!gh auth git-credential"; */
/* }; */
};
};
programs.gh = {
#package = nixos-unstable.gh;
enable = true;
enableGitCredentialHelper = true;
settings.git_protocol = "https";