diff --git a/modules/cli/git.nix b/modules/cli/git.nix index 926917d..13d05ca 100644 --- a/modules/cli/git.nix +++ b/modules/cli/git.nix @@ -39,6 +39,11 @@ }; + programs.gh = { + enable = true; + settings.git_protocol = "ssh"; + }; + home.file.".ssh/allowed_signers".text = '' ${userConfig.email} ${userConfig.signingKey} '';