diff options
Diffstat (limited to 'common/modules/matugen/templates/matugen-nvim.nix')
| -rw-r--r-- | common/modules/matugen/templates/matugen-nvim.nix | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/common/modules/matugen/templates/matugen-nvim.nix b/common/modules/matugen/templates/matugen-nvim.nix new file mode 100644 index 0000000..0b7b421 --- /dev/null +++ b/common/modules/matugen/templates/matugen-nvim.nix @@ -0,0 +1,18 @@ +{ + config, + lib, + ... +}: +{ + xdg.configFile = { + "matugen/templates/neovim.json" = { + text = '' + { + "mode": "{{mode}}", + "source_color":"{{colors.primary.default.hex}}", + "background":"{{colors.background.default.hex}}" + } + ''; + }; + }; +} |
