From c9d343cfa0565671cc7e8d5aefebaf61cc840abd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kristoffer=20Plagborg=20Bak=20S=C3=B8rensen?= <57013304+kpbaks@users.noreply.github.com> Date: Thu, 13 Feb 2025 04:07:02 +0100 Subject: [PATCH] docs(zellij): `programs.zellij.settings` are serialized as `kdl` and not `yaml` from version 0.32.0 (#6010) --- modules/programs/zellij.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/modules/programs/zellij.nix b/modules/programs/zellij.nix index 77027b5d..8d5f0005 100644 --- a/modules/programs/zellij.nix +++ b/modules/programs/zellij.nix @@ -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 for the full list of options.