diff options
Diffstat (limited to 'common/modules/matugen/default.nix')
| -rw-r--r-- | common/modules/matugen/default.nix | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/common/modules/matugen/default.nix b/common/modules/matugen/default.nix index 45c6d50..316ff06 100644 --- a/common/modules/matugen/default.nix +++ b/common/modules/matugen/default.nix @@ -66,6 +66,10 @@ in template = "colors-xresources"; target = "~/.config/x11/matugen.Xresources"; }; + sequences = { + template = "sequences"; + target = "~/.config/sequences"; + }; }; }; }; @@ -183,6 +187,10 @@ in input_path = '~/.config/matugen/templates/zed.json' output_path = '~/.config/zed/themes/matugen.json' + [templates.sequences] + input_path = '~/.config/matugen/templates/sequences' + output_path = '~/.config/wallust/templates/sequences' + [templates.zen] input_path = '~/.config/matugen/templates/zen.css' output_path = '~/.config/wallust/templates/userChrome.css' |
