Files

10 lines
133 B
Nix
Raw Permalink Normal View History

2026-04-16 18:14:54 +03:00
{
plugins.lightline = {
enable = true;
settings = {
colorscheme = "catppuccin";
tabline = false;
};
};
}