summaryrefslogtreecommitdiff
path: root/nixvim/plugins/lualine.nix
blob: 990e4954e0153a8e56de871a2419cf26562cb2cf (plain)
1
2
3
4
5
6
7
8
{
  plugins.lualine = {
    enable = true;

    theme = "catppuccin";
    extensions = [ "trouble" ];
  };
}