From 1cfb2b255a0d866e5aaa5a7ef1f51a987f267a84 Mon Sep 17 00:00:00 2001 From: Aria Nolan Date: Thu, 15 Feb 2024 13:22:30 -0500 Subject: [PATCH] fixed lightline colorscheme --- users/tacocat/neovim/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/users/tacocat/neovim/default.nix b/users/tacocat/neovim/default.nix index f312efa..b6ad2e0 100644 --- a/users/tacocat/neovim/default.nix +++ b/users/tacocat/neovim/default.nix @@ -1,4 +1,4 @@ -{pkgs, ...}: { +{pkgs, lib, ...}: { programs.nixvim = { enable = true; colorschemes.base16 = { @@ -26,6 +26,7 @@ plugins = { lightline = { enable = true; + colorscheme = lib.mkForce "solarized"; }; gitsigns = { enable = true;