From 67a6479c1aa95210a346a227743f074b82471432 Mon Sep 17 00:00:00 2001 From: awwpotato Date: Mon, 23 Jun 2025 07:28:54 -0700 Subject: [PATCH] stylix: use config in literalMD (#1529) Fixes: 2b231cdc9b05 ("treewide: use config in literalExpressions (#1517)") Link: https://github.com/nix-community/stylix/pull/1529 Reviewed-by: NAHO <90870942+trueNAHO@users.noreply.github.com> --- stylix/palette.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stylix/palette.nix b/stylix/palette.nix index 718683f7..e7ae4626 100644 --- a/stylix/palette.nix +++ b/stylix/palette.nix @@ -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. ''; };