From d550f99d5d1b89569ee512c2716e98e7dc3d81d3 Mon Sep 17 00:00:00 2001 From: bee Date: Tue, 5 May 2026 22:47:01 +0530 Subject: important stuff --- common/modules/matugen/templates/matugen-nvim.nix | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 common/modules/matugen/templates/matugen-nvim.nix (limited to 'common/modules/matugen/templates/matugen-nvim.nix') 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}}" + } + ''; + }; + }; +} -- cgit v1.3.1