stylix: use config in literalMD (#1529)

Fixes: 2b231cdc9b ("treewide: use config in literalExpressions (#1517)")
Link: https://github.com/nix-community/stylix/pull/1529

Reviewed-by: NAHO <90870942+trueNAHO@users.noreply.github.com>
This commit is contained in:
awwpotato 2025-06-23 07:28:54 -07:00 committed by GitHub
parent 100b968012
commit 67a6479c1a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -133,7 +133,7 @@ in
cfg.generated.palette;
defaultText = lib.literalMD ''
Automatically selected from the background image. The default will
throw if `stylix.image` is null.
throw if `config.stylix.image` is null.
'';
};