From 982941940ef93322024dde4b36265f950ea0e572 Mon Sep 17 00:00:00 2001 From: DerGrumpf Date: Fri, 8 May 2026 21:02:55 +0200 Subject: [PATCH] Changed LuaLine --- home/neovim/lualine.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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 = "|";