From ee60b2feeca763f4f9495db13afc5fcd732226d5 Mon Sep 17 00:00:00 2001 From: Gene Liverman Date: Fri, 29 Dec 2023 10:26:35 -0500 Subject: [PATCH] Add broot, a tree alternative --- modules/home-manager/common/all-cli.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/home-manager/common/all-cli.nix b/modules/home-manager/common/all-cli.nix index 7e748cc..006145e 100644 --- a/modules/home-manager/common/all-cli.nix +++ b/modules/home-manager/common/all-cli.nix @@ -67,6 +67,7 @@ }; }; bottom.enable = true; + broot.enable = true; eza.enable = true; gh.enable = true; git = {