feat: Add github cli to dev configuration
This commit is contained in:
parent
f01a1463fe
commit
34cd265786
1 changed files with 3 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue