mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-02-07 06:19:00 +00:00
nixvim/plugins/lush-nvim: update to submodule for extraFiles
This commit is contained in:
parent
aeeb6a95f9
commit
2ec1eab1dc
@ -37,7 +37,8 @@ let
|
||||
in
|
||||
# This is based from rktjmp/lush-template. We'll improve on things from
|
||||
# here whenever necessary.
|
||||
lib.nameValuePair "colors/${name}.lua" ''
|
||||
lib.nameValuePair "colors/${name}.lua" {
|
||||
text = ''
|
||||
${cfg.extraConfigLua}
|
||||
${theme.extraConfigLua}
|
||||
|
||||
@ -56,6 +57,7 @@ let
|
||||
-- We then apply the theme.
|
||||
lush(spec)
|
||||
'';
|
||||
};
|
||||
in
|
||||
{
|
||||
options.colorschemes.lush = {
|
||||
|
Loading…
Reference in New Issue
Block a user