From eec713e8869aa01ce75a0653f5f3c0590ec7b764 Mon Sep 17 00:00:00 2001 From: Emma Thorpe Date: Tue, 16 Jun 2026 11:12:48 +0100 Subject: [PATCH] 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. --- lyrathorpe/home/git.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/lyrathorpe/home/git.nix b/lyrathorpe/home/git.nix index 18a4de4..7300559 100644 --- a/lyrathorpe/home/git.nix +++ b/lyrathorpe/home/git.nix @@ -12,8 +12,6 @@ in { home.packages = [ pkgs.commitizen - pkgs.gh - pkgs.tea ]; programs.git = {