From bbf2854a5ad7e61575594e2a5ca6e531078184a7 Mon Sep 17 00:00:00 2001 From: Gabe Venberg Date: Sun, 22 Feb 2026 17:30:36 +0100 Subject: [PATCH] removed tre-command. --- configs/home-manager/zsh.nix | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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 ]; }