16 lines
248 B
Nix
16 lines
248 B
Nix
{
|
|
plugins.lualine = {
|
|
enable = true;
|
|
settings.options = {
|
|
componentSeparators = {
|
|
right = "";
|
|
left = "";
|
|
};
|
|
sectionSeparators = {
|
|
right = "";
|
|
left = "";
|
|
};
|
|
};
|
|
};
|
|
}
|