pub fn default_config_path() -> Result<PathBuf, ConfigError>Expand description
Default config file path: $XDG_CONFIG_HOME/runex/config.toml,
falling back to ~/.config/runex/config.toml when XDG_CONFIG_HOME is unset.
All platforms use this same resolution order.
Overridden by RUNEX_CONFIG env var.