2.home-manager/tests/modules
Jesung Yang bba859cd85 yazi: fix unintended recursive calls
Use `command` (POSIX) and `^` (Nushell) to prevent recursive function
calls when `cfg.shellWrapperName` is set to "yazi".

Previously, if `cfg.shellWrapperName` was set to "yazi", the invocation
of `yazi` within the shell integration function triggered the function
itself instead of the binary. This name conflict prevents users from
using the binary name as-is when shell integration is enabled.

Hence, fix this by using shell-specific mechanisms to target the
underlying executable, bypassing any name collisions.

This aligns with the official documentation:
- 2c839b37c8/docs/quick-start.md (L29)
- 2c839b37c8/docs/quick-start.md (L56)
2026-01-15 15:28:09 -06:00
..
accounts accounts.email: add option to disable an account 2025-08-07 14:08:46 -05:00
config treewide: remove no-ops (#8061) 2025-10-26 15:43:53 -05:00
dbus dbus: Create with pacakges options (#7064) 2025-05-15 12:59:12 -05:00
files treewide: reformat nixfmt-rfc-style 2025-04-08 08:50:05 -07:00
home-environment home-environment: add home.uid option 2025-12-04 17:22:25 +01:00
i18n/input-method fcitx5: fix iniFormat usage (#6899) 2025-04-23 15:10:12 -05:00
launchd launchd+targets/darwin: Escape XML in plists (#7356) 2025-08-09 11:22:08 -05:00
misc qt: added qt{5,6}ctSettings options (#8271) 2025-12-07 23:17:30 -06:00
programs yazi: fix unintended recursive calls 2026-01-15 15:28:09 -06:00
services treewide: nix fmt 2026-01-13 22:51:16 -06:00
systemd systemd: add packages option (#8540) 2026-01-15 00:51:28 +01:00
targets-darwin treewide: reformat nixfmt-rfc-style 2025-04-08 08:50:05 -07:00
targets-linux generic-linux-gpu: put systemd unit in lib/systemd 2026-01-08 13:15:31 -05:00
xresources treewide: reformat nixfmt-rfc-style 2025-04-08 08:50:05 -07:00