10 lines
137 B
Nix
10 lines
137 B
Nix
|
|
{
|
||
|
|
plugins.lualine = {
|
||
|
|
enable = true;
|
||
|
|
settings.options = {
|
||
|
|
theme = "catppuccin";
|
||
|
|
globalstatus = true;
|
||
|
|
};
|
||
|
|
};
|
||
|
|
}
|