Add more git clis

main
mat ess 2022-07-04 18:42:19 -04:00
parent 6bba951305
commit e128efc420
1 changed files with 6 additions and 0 deletions

View File

@ -29,4 +29,10 @@
# Aliases config imported in flake.
programs.gh.enable = true;
programs.gh.settings.git_protocol = "ssh";
# Other CLIs
home.packages = with pkgs; [
glab
tea
];
}