mirror of
https://github.com/nix-community/home-manager.git
synced 2026-06-05 21:02:51 +00:00
Preserve shell-variable paths for programs.zsh.oh-my-zsh.custom while still escaping values for a double-quoted shell assignment. This restores runtime expansion for values like $HOME/extra/zsh, which otherwise became a literal path after the previous escapeShellArg change.