2.home-manager/tests/modules/programs/broot
Austin Horstman e061b00885 broot: fix nushell integration br command
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
2026-06-19 10:53:03 -05:00
..
broot.nix broot: fix nushell integration br command 2026-06-19 10:53:03 -05:00
default.nix broot: expose modal option (#2300) 2021-08-31 10:52:20 -06:00