diff --git a/modules/programs/gh.nix b/modules/programs/gh.nix index 192762a2..7e688549 100644 --- a/modules/programs/gh.nix +++ b/modules/programs/gh.nix @@ -104,7 +104,7 @@ in { hosts = mkOption { type = types.listOf types.str; - default = [ "https://github.com" ]; + default = [ "https://github.com" "https://gist.github.com" ]; description = "GitHub hosts to enable the gh git credential helper for"; example = literalExpression '' [ "https://github.com" "https://github.example.com" ]