8 lines
137 B
Nix
8 lines
137 B
Nix
# An interactive treeview directory navigator
|
|
{ ... }:
|
|
{
|
|
programs.broot = {
|
|
enable = true;
|
|
enableZshIntegration = true;
|
|
};
|
|
}
|