broot 1.51 renamed the printed nushell entry point from `br` to `main`, intended to be loaded with `use` where the command takes the module's name. Home Manager sources the snippet with `source`, so it began defining a global `main` instead of `br`, breaking the `br` command in nushell. Rewrite the definition line back to `br` for the nushell shell function so `source` keeps exposing `br` globally. Other shells are unaffected. Fixes #9392 |
||
|---|---|---|
| .. | ||
| broot.nix | ||
| default.nix | ||