nix-config/modules/home/programs/broot.nix
2026-04-15 18:26:05 -04:00

7 lines
135 B
Nix

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