Compare commits

..

No commits in common. "26b98908d9c1a3260724dc5fabd16f3da1e6ba6c" and "e63dc282c10703a6d68c42ed9386ca46da9604d5" have entirely different histories.

View file

@ -21,7 +21,7 @@ in {
assertions = [
{
assertion = cfg.setupOpts.variant == "qmk" && cfg.setupOpts.comment_preview.position != "inside";
message = "comment_preview.position can only be set to inside when using the qmk layout";
message = "comment_preview.position can only be set to inside when using the qmk layoyt";
}
{
assertion = cfg.setupOpts.name != null;