From 5a6b52f07fb37084c70a43cf1c6f05293ec3ab33 Mon Sep 17 00:00:00 2001 From: Adarsh219 Date: Thu, 12 Mar 2026 18:24:18 +0530 Subject: [PATCH] fix(matugen): use single quotes for zed template paths (#1972) --- quickshell/matugen/configs/zed.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/quickshell/matugen/configs/zed.toml b/quickshell/matugen/configs/zed.toml index 19be00b6..74435727 100644 --- a/quickshell/matugen/configs/zed.toml +++ b/quickshell/matugen/configs/zed.toml @@ -1,3 +1,3 @@ [templates.dmszed] -input_path = "SHELL_DIR/matugen/templates/dank-zed.json" -output_path = "CONFIG_DIR/zed/themes/dank-zed-theme.json" +input_path = 'SHELL_DIR/matugen/templates/dank-zed.json' +output_path = 'CONFIG_DIR/zed/themes/dank-zed-theme.json'