{ config, lib, ... }: { xdg.configFile = { "matugen/templates/neovim.json" = { text = '' { "mode": "{{mode}}", "source_color":"{{colors.primary.default.hex}}", <* if {{ is_dark_mode }} *> "background":"{{colors.surface.default.hex}}" <* else *> "background":"{{colors.surface_container_low.default.hex}}" <* endif *> } ''; }; }; }