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