git: move tool install/config to git.nix
1 file changed, 0 insertions(+), 14 deletions(-)
changed files
M user/settings/shell.nix → user/settings/shell.nix
@@ -141,22 +141,8 @@ ngc = "nix-collect-garbage --delete-older-than 30d"; sngc = "sudo nix-collect-garbage --delete-older-than 30d"; }; }; - programs.gh = { - enable = true; - settings = { - git_protocol = "ssh"; - aliases = { - fork = "repo fork --remote --remote-name fork --default-branch-only"; - }; - }; - }; home.packages = with pkgs; [ fzf - ghq - delta - git - gitui - gitstatus up ]; }