10 lines
131 B
Nix
10 lines
131 B
Nix
{
|
|
lualine = {
|
|
enable = true;
|
|
refresh = {
|
|
statusline = 10;
|
|
winbar = 10;
|
|
};
|
|
#TODO: rice lualine
|
|
};
|
|
}
|