diff --git a/home/neovim/lualine.nix b/home/neovim/lualine.nix index 4f85435..9157117 100644 --- a/home/neovim/lualine.nix +++ b/home/neovim/lualine.nix @@ -1,5 +1,4 @@ -{ pkgs, ... }: -{ +_: { # Lualine: Fast and customizable statusline for Neovim # Displays file info, git status, diagnostics, and mode at the bottom of the editor. programs.nixvim.plugins.lualine = { @@ -7,7 +6,6 @@ settings = { options = { - theme = "catppuccin"; component_separators = { left = "|"; right = "|";