nix-dotfiles/hm/modules/broot.nix
2025-09-08 11:36:45 +02:00

7 lines
116 B
Nix

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