Structs§
- Config
- Resolved configuration for a nex session.
- Identity
Config - Identity-related configuration.
- Identity
GitConfig - Git signing config stored in nex config.
- Identity
SshConfig - SSH key labels registered for this identity.
- Registry
Config
Constants§
Functions§
- append_
to_ list - Append a string to an array config value, creating it if it doesn’t exist. Skips duplicates.
- canonical_
config_ path - config_
dir - Canonical config directory: ~/.config/nex/
- export_
config_ toml - load_
identity_ config - Load just the identity portion of the config (does not require a nix repo).
- migrate_
to_ pkl - set_
nested_ preference - Set a nested config key using dotted notation (e.g. “identity.git.name”). Creates intermediate tables as needed.
- set_
preference - Persist a key=value into the config file, preserving existing content.
- toml_
compat_ config_ path - write_
initial_ config