fixed lightline colorscheme

This commit is contained in:
Aria Nolan 2024-02-15 13:22:30 -05:00
parent 85f9ad7802
commit 1cfb2b255a

View file

@ -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;