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);
|
++ lib.optionals devcfg.rust.enable ([ pkgs.rustup ] ++ devcfg.rust.extraPackages);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# Github CLI
|
||||||
|
programs.gh.enable = true;
|
||||||
|
programs.gh-dash.enable = true;
|
||||||
# Git
|
# Git
|
||||||
programs.git = {
|
programs.git = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
Loading…
Add table
Reference in a new issue