refactor(git.nix): drop redundant gh and duplicate tea packages

programs.gh.enable (in shell.nix) already installs gh, so the explicit
pkgs.gh was redundant. pkgs.tea was also declared in shell.nix; keep the
single declaration there and remove the duplicate here.
This commit is contained in:
Emma Thorpe
2026-06-16 11:12:48 +01:00
parent e995283363
commit eec713e886
-2
View File
@@ -12,8 +12,6 @@ in
{ {
home.packages = [ home.packages = [
pkgs.commitizen pkgs.commitizen
pkgs.gh
pkgs.tea
]; ];
programs.git = { programs.git = {