feat: Add tree cli utility
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{
|
||||
{pkgs, ...}: {
|
||||
imports = [
|
||||
./zoxide.nix
|
||||
./bat.nix
|
||||
@@ -10,4 +10,8 @@
|
||||
./ai.nix
|
||||
./debugging.nix
|
||||
];
|
||||
|
||||
home.packages = with pkgs; [
|
||||
tree
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user