{ config, lib, ... }: { xdg.configFile = { "matugen/templates/neovim.json" = { text = '' { "mode": "{{mode}}", "source_color":"{{colors.primary.default.hex}}", "background":"{{colors.background.default.hex}}" } ''; }; }; }