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:
parent
100b968012
commit
67a6479c1a
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
'';
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue