bufferline: fixed default for highlights

This commit is contained in:
Alexander Nortung 2023-01-25 20:56:43 +01:00
parent aebecaa1d1
commit 64d435a48a

View file

@ -20,7 +20,7 @@ let
};
};
}));
default = null;
default = { };
};
in
{
@ -182,7 +182,7 @@ in
}));
};
highlights = mkOption {
default = null;
default = { };
type = types.nullOr (types.submodule ({ ... }: {
options = {
fill = highlight;