nix-dotfiles/home_manager/modules/broot.nix

7 lines
111 B
Nix

{
programs.broot = {
enable = true;
enableBashIntegration = true;
enableZshIntegration = true;
};
}