nixvim/plugins/lush-nvim: update to submodule for extraFiles

This commit is contained in:
Gabriel Arazas 2024-07-31 13:21:03 +08:00
parent aeeb6a95f9
commit 2ec1eab1dc
No known key found for this signature in database
GPG Key ID: 62104B43D00AA360

View File

@ -37,7 +37,8 @@ let
in in
# This is based from rktjmp/lush-template. We'll improve on things from # This is based from rktjmp/lush-template. We'll improve on things from
# here whenever necessary. # here whenever necessary.
lib.nameValuePair "colors/${name}.lua" '' lib.nameValuePair "colors/${name}.lua" {
text = ''
${cfg.extraConfigLua} ${cfg.extraConfigLua}
${theme.extraConfigLua} ${theme.extraConfigLua}
@ -56,6 +57,7 @@ let
-- We then apply the theme. -- We then apply the theme.
lush(spec) lush(spec)
''; '';
};
in in
{ {
options.colorschemes.lush = { options.colorschemes.lush = {