feat: Add tree cli utility

This commit is contained in:
demenik
2025-12-05 17:43:19 +01:00
parent dee6f55148
commit 211da55fce

View File

@@ -1,4 +1,4 @@
{
{pkgs, ...}: {
imports = [
./zoxide.nix
./bat.nix
@@ -10,4 +10,8 @@
./ai.nix
./debugging.nix
];
home.packages = with pkgs; [
tree
];
}