Alejandro Angulo
d149b9b70b
Formatted all files in repo and set up alejandra to run automatically when nix files are saved.
14 lines
202 B
Nix
14 lines
202 B
Nix
{
|
|
plugins.lualine = {
|
|
enable = true;
|
|
componentSeparators = {
|
|
right = "";
|
|
left = "";
|
|
};
|
|
"sectionSeparators" = {
|
|
right = "";
|
|
left = "";
|
|
};
|
|
};
|
|
}
|