nix-dotfiles/modules/hm/broot.nix
2023-07-19 10:42:09 +01:00

7 lines
116 B
Nix

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