removed tre-command.

This commit is contained in:
Gabe Venberg 2026-02-22 17:30:36 +01:00
parent ec6e5f07b6
commit bbf2854a5a

View file

@ -123,8 +123,5 @@
};
};
services.gpg-agent.enableZshIntegration = true;
home.packages = with pkgs; [
curl
tre-command
];
home.packages = with pkgs; [ curl ];
}