mirror of
https://github.com/nix-community/home-manager
synced 2024-11-23 03:29:45 +01:00
docs(zellij): programs.zellij.settings
are serialized as kdl
and not yaml
from version 0.32.0
This commit is contained in:
parent
93435d27d2
commit
fae38cbabd
1 changed files with 4 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue