diff --git a/home/git.nix b/home/git.nix index 5515be8..6c9b6fb 100644 --- a/home/git.nix +++ b/home/git.nix @@ -23,16 +23,8 @@ # Enhanced diffs programs.git.delta.enable = true; - - # GitHub CLI - # https://rycee.gitlab.io/home-manager/options.html#opt-programs.gh.enable - # Aliases config imported in flake. - programs.gh.enable = true; - programs.gh.settings.git_protocol = "ssh"; - - # Other CLIs + # Gitea CLI home.packages = with pkgs; [ - glab tea ]; }