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;