neovim: Don't hardcode base16 theme

This commit is contained in:
Donovan Glover 2023-06-25 20:25:20 -04:00
parent 75559d8b07
commit a78151b9c5
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -237,7 +237,7 @@ in
{ {
plugin = nvim-base16; plugin = nvim-base16;
type = "lua"; type = "lua";
config = "vim.cmd('colorscheme base16-monokai')"; config = "vim.cmd('colorscheme base16-${config.lib.stylix.scheme.slug}')";
} }
{ {
plugin = lualine-nvim; plugin = lualine-nvim;