Remove unneeded packages

Signed-off-by: Nikolaos Karaolidis <nick@karaolidis.com>
This commit is contained in:
2025-05-29 20:57:29 +01:00
parent 80e374ebc6
commit c0c1f06b09
5 changed files with 0 additions and 9 deletions

View File

@@ -1,4 +0,0 @@
{ pkgs, ... }:
{
environment.systemPackages = with pkgs; [ tree ];
}