Add GitHub and GitLab cli

This commit is contained in:
Filippo Berto 2022-03-31 10:34:42 +02:00
parent be0c6a3a91
commit d2327da7fc
2 changed files with 5 additions and 2 deletions

View file

@ -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
];
}