git: move tool install/config to git.nix
1 file changed, 13 insertions(+), 0 deletions(-)
changed files
M user/settings/git.nix → user/settings/git.nix
@@ -89,7 +89,20 @@ ".\#*" ".tabnine_root" ]; }; + programs.gh = { + enable = true; + settings = { + git_protocol = "ssh"; + aliases = { + fork = "repo fork --remote --remote-name alanpearce --default-branch-only"; + }; + }; + }; home.packages = with pkgs; [ git-extras # delete-merged-branches and friends + ghq + delta + gitui + gitstatus ]; }