nixvim: fix base16-nvim plugin (#1911)

Closes: https://github.com/nix-community/stylix/issues/1910
Fixes: 799c811ac5 ("{neovim,nixvim,nvf}: use mkTarget (#1535)")
Link: https://github.com/nix-community/stylix/pull/1911

Reviewed-by: NAHO <90870942+trueNAHO@users.noreply.github.com>
This commit is contained in:
Flameopathic 2025-09-26 11:51:03 -05:00 committed by GitHub
parent 484819a16f
commit 4aae0ebc2b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -125,7 +125,7 @@ mkTarget {
in
{
"base16-nvim" = {
colorschemes.enable = true;
colorschemes.base16.enable = true;
inherit highlightOverride;
};
"mini.base16" = {