nix-dotfiles/modules/broot.nix
2021-05-12 18:06:15 +02:00

7 lines
111 B
Nix

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