From 364b017ca842f35a683421cd955a698905b7461b Mon Sep 17 00:00:00 2001 From: Ethan Reece Date: Thu, 3 Jul 2025 13:40:11 -0500 Subject: [PATCH] Add github and gitlab cli --- home.nix | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/home.nix b/home.nix index 1852d9b..1596d09 100644 --- a/home.nix +++ b/home.nix @@ -54,6 +54,7 @@ in pkgs.lsp-ai pkgs.zed-editor-fhs # switch to programs.zed-editor pkgs.ladybird + pkgs.glab # (config.lib.nixGL.wrap pkgs.firefox-devedition) # pkgs.slacky - doesn't work, requires update # pkgs.high-tide - doesn't work @@ -82,7 +83,13 @@ in nix-your-shell = { enable = true; }; - codex = { + gh = { + enable = true; + settings = { + git_protocol = "ssh"; + }; + }; + codex = { enable = true; custom-instructions = '' ## 10. Applying Patch Files with patch