diff --git a/configs/home-manager/zsh.nix b/configs/home-manager/zsh.nix index bd5431f..1044b7e 100644 --- a/configs/home-manager/zsh.nix +++ b/configs/home-manager/zsh.nix @@ -123,8 +123,5 @@ }; }; services.gpg-agent.enableZshIntegration = true; - home.packages = with pkgs; [ - curl - tre-command - ]; + home.packages = with pkgs; [ curl ]; }