fixed lightline colorscheme
This commit is contained in:
parent
85f9ad7802
commit
1cfb2b255a
|
@ -1,4 +1,4 @@
|
||||||
{pkgs, ...}: {
|
{pkgs, lib, ...}: {
|
||||||
programs.nixvim = {
|
programs.nixvim = {
|
||||||
enable = true;
|
enable = true;
|
||||||
colorschemes.base16 = {
|
colorschemes.base16 = {
|
||||||
|
@ -26,6 +26,7 @@
|
||||||
plugins = {
|
plugins = {
|
||||||
lightline = {
|
lightline = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
colorscheme = lib.mkForce "solarized";
|
||||||
};
|
};
|
||||||
gitsigns = {
|
gitsigns = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
Loading…
Reference in a new issue