Add github and gitlab cli
This commit is contained in:
parent
7caa9d7899
commit
364b017ca8
1 changed files with 8 additions and 1 deletions
9
home.nix
9
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
|
||||
|
|
Loading…
Add table
Reference in a new issue