11 lines
156 B
Nix
11 lines
156 B
Nix
|
{
|
||
|
programs.neovim-flake.settings.vim = {
|
||
|
statusline = {
|
||
|
lualine = {
|
||
|
enable = true;
|
||
|
theme = "catppuccin";
|
||
|
};
|
||
|
};
|
||
|
};
|
||
|
}
|