lualine: enable better statusbar

This commit is contained in:
Khaïs COLIN 2024-07-27 15:28:21 +02:00
parent 9524270935
commit 88f6bd5e87
2 changed files with 7 additions and 0 deletions

View file

@ -3,6 +3,8 @@
imports = [ imports = [
./options.nix ./options.nix
./clipboard.nix ./clipboard.nix
./bufferline.nix ./bufferline.nix
./lualine.nix
]; ];
} }

View file

@ -0,0 +1,5 @@
{
plugins.lualine = {
enable = true;
};
}