flocon/home/base/programs/nixvim/plugins/lualine.nix

10 lines
134 B
Nix
Raw Normal View History

2024-08-27 14:10:04 +00:00
{ ... }:
{
programs.nixvim.plugins.lualine = {
enable = true;
extensions = [ "neo-tree" ];
globalstatus = true;
};
}