Add GitHub and GitLab cli
This commit is contained in:
parent
be0c6a3a91
commit
d2327da7fc
2 changed files with 5 additions and 2 deletions
|
|
@ -113,5 +113,9 @@ in
|
|||
};
|
||||
programs.bash.shellAliases = shellAliases;
|
||||
programs.zsh.shellAliases = shellAliases;
|
||||
home.packages = with pkgs; [ git-secret ];
|
||||
home.packages = with pkgs; [
|
||||
gh
|
||||
git-secret
|
||||
glab
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue