1
0
Fork 0

Add github and gitlab cli

This commit is contained in:
Ethan Reece 2025-07-03 13:40:11 -05:00
parent 7caa9d7899
commit 364b017ca8
Signed by: me
GPG key ID: 198E9EB433DB1B28

View file

@ -54,6 +54,7 @@ in
pkgs.lsp-ai pkgs.lsp-ai
pkgs.zed-editor-fhs # switch to programs.zed-editor pkgs.zed-editor-fhs # switch to programs.zed-editor
pkgs.ladybird pkgs.ladybird
pkgs.glab
# (config.lib.nixGL.wrap pkgs.firefox-devedition) # (config.lib.nixGL.wrap pkgs.firefox-devedition)
# pkgs.slacky - doesn't work, requires update # pkgs.slacky - doesn't work, requires update
# pkgs.high-tide - doesn't work # pkgs.high-tide - doesn't work
@ -82,6 +83,12 @@ in
nix-your-shell = { nix-your-shell = {
enable = true; enable = true;
}; };
gh = {
enable = true;
settings = {
git_protocol = "ssh";
};
};
codex = { codex = {
enable = true; enable = true;
custom-instructions = '' custom-instructions = ''