feat: Add github cli to dev configuration

This commit is contained in:
Jalil David Salamé Messina 2024-03-02 19:05:19 +01:00
parent f01a1463fe
commit 34cd265786
Signed by: jalil
GPG key ID: F016B9E770737A0B

View file

@ -118,6 +118,9 @@ in
++ lib.optionals devcfg.rust.enable ([ pkgs.rustup ] ++ devcfg.rust.extraPackages);
};
# Github CLI
programs.gh.enable = true;
programs.gh-dash.enable = true;
# Git
programs.git = {
enable = true;