From 244b36aee31693c97fc8511a7d66ae564627e861 Mon Sep 17 00:00:00 2001 From: Noah Masur <7386960+nmasur@users.noreply.github.com> Date: Thu, 13 Jan 2022 18:16:10 -0500 Subject: [PATCH] remove unnecessary comments --- nixos/home.nix | 7 ------- 1 file changed, 7 deletions(-) diff --git a/nixos/home.nix b/nixos/home.nix index 47db1bd..61c9c7b 100644 --- a/nixos/home.nix +++ b/nixos/home.nix @@ -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";