nix-config/modules/home/programs/broot.nix

8 lines
137 B
Nix

# An interactive treeview directory navigator
{ ... }:
{
programs.broot = {
enable = true;
enableZshIntegration = true;
};
}