diff --git a/home/git.nix b/home/git.nix index 6f063fb..5515be8 100644 --- a/home/git.nix +++ b/home/git.nix @@ -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 + ]; }