bufferline: fixed default

This commit is contained in:
Alexander Nortung 2023-01-25 14:06:12 +01:00
parent 2d54272177
commit aebecaa1d1

View file

@ -167,7 +167,7 @@ in
default = null;
};
indicator = mkOption {
default = null;
default = { };
type = types.nullOr (types.submodule ({ ... }: {
options = {
icon = mkOption {