docs(zellij): programs.zellij.settings are serialized as kdl and not yaml from version 0.32.0 (#6010)

This commit is contained in:
Kristoffer Plagborg Bak Sørensen 2025-02-13 04:07:02 +01:00 committed by GitHub
parent 15b59d4191
commit c9d343cfa0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -34,7 +34,10 @@ in {
'';
description = ''
Configuration written to
{file}`$XDG_CONFIG_HOME/zellij/config.yaml`.
{file}`$XDG_CONFIG_HOME/zellij/config.kdl`.
If `programs.zellij.package.version` is older than 0.32.0, then
the configuration is written to {file}`$XDG_CONFIG_HOME/zellij/config.yaml`.
See <https://zellij.dev/documentation> for the full
list of options.