fix(system): remove unused CLI tools

And tools installed through `programs.*.enable`
This commit is contained in:
Jalil David Salamé Messina 2025-01-12 21:17:04 +01:00
parent 92e7da80d2
commit c022fa11e5
Signed by: jalil
GPG key ID: F016B9E770737A0B

View file

@ -39,13 +39,9 @@ in
environment.systemPackages = [
# CLI tools
pkgs.fd
pkgs.bat
pkgs.skim
pkgs.ripgrep
pkgs.du-dust
pkgs.curl
pkgs.wget
pkgs.eza
pkgs.zip
pkgs.unzip
];