From 89911e7d9053be9ffa427cfba6075767866d90a1 Mon Sep 17 00:00:00 2001 From: Szymon P Date: Tue, 24 Feb 2026 18:50:54 +0100 Subject: [PATCH] gh --- modules/cli/git.nix | 5 +++++ 1 file changed, 5 insertions(+) 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} '';