10 lines
159 B
Nix
10 lines
159 B
Nix
_: {
|
|
programs.neovim-flake.settings.vim = {
|
|
statusline = {
|
|
lualine = {
|
|
enable = true;
|
|
theme = "catppuccin";
|
|
};
|
|
};
|
|
};
|
|
}
|