1
0
mirror of https://github.com/nmasur/dotfiles synced 2025-04-29 12:52:24 +00:00

remove unnecessary comments

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

@ -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";