diff options
| author | brustybee <bee@4d2.org> | 2026-03-15 02:55:19 +0530 |
|---|---|---|
| committer | brustybee <bee@4d2.org> | 2026-03-15 02:55:19 +0530 |
| commit | 14b0ceb90c80793f013ebff6d824c2cead544501 (patch) | |
| tree | 3474790722b4a9a00cc09f4ad2f0320a0fdaf4c0 /common/modules/matugen/default.nix | |
| parent | f33743bfd1fa3924d67a33ea8816c1b45d92e6a1 (diff) | |
neovim matugen template
Diffstat (limited to 'common/modules/matugen/default.nix')
| -rw-r--r-- | common/modules/matugen/default.nix | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/common/modules/matugen/default.nix b/common/modules/matugen/default.nix index 301e9fa..a3af2f6 100644 --- a/common/modules/matugen/default.nix +++ b/common/modules/matugen/default.nix @@ -134,7 +134,6 @@ in output_path = '~/.config/yazi/theme.toml' ''} - ${lib.optionalString config.beeMods.dwm.enable '' [templates.Xresources] input_path = "~/.config/matugen/templates/colors-xresources" @@ -183,6 +182,12 @@ in # post_hook = "${update_gtkcolors}" ''} + ${lib.optionalString config.beeMods.beeVim.enable '' + [templates.neovim] + input_path = "~/.config/matugen/templates/neovim.json" + output_path = "~/.config/matugen/neovim_matugen.json" + ''} + [templates.zed] input_path = '~/.config/matugen/templates/zed.json' output_path = '~/.config/zed/themes/matugen.json' |
