10 lines
134 B
Nix
10 lines
134 B
Nix
|
{ ... }:
|
||
|
|
||
|
{
|
||
|
programs.nixvim.plugins.lualine = {
|
||
|
enable = true;
|
||
|
extensions = [ "neo-tree" ];
|
||
|
globalstatus = true;
|
||
|
};
|
||
|
}
|