added stuff
This commit is contained in:
parent
937f28770d
commit
236b8c2a6b
907 changed files with 70990 additions and 0 deletions
16
nyx/homes/notashelf/programs/terminal/tools/gh.nix
Normal file
16
nyx/homes/notashelf/programs/terminal/tools/gh.nix
Normal file
|
@ -0,0 +1,16 @@
|
|||
{pkgs, ...}: {
|
||||
programs.gh = {
|
||||
enable = true;
|
||||
gitCredentialHelper.enable = false;
|
||||
extensions = with pkgs; [
|
||||
gh-dash # dashboard with pull requests and issues
|
||||
gh-eco # explore the ecosystem
|
||||
gh-cal # contributions calender terminal viewer
|
||||
gh-poi # clean up local branches safely
|
||||
];
|
||||
settings = {
|
||||
git_protocol = "ssh";
|
||||
prompt = "enabled";
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue