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 = { pager = {
branch = "false"; branch = "false";
}; };
#credential = {
# helper = "store";
#};
/* credential = { */
/* "https://github.com/helper" = "!gh auth git-credential"; */
/* }; */
}; };
}; };
programs.gh = { programs.gh = {
#package = nixos-unstable.gh;
enable = true; enable = true;
enableGitCredentialHelper = true; enableGitCredentialHelper = true;
settings.git_protocol = "https"; settings.git_protocol = "https";