about summary refs log tree commit diff stats
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--modules/by-name/al/alacritty/module.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/by-name/al/alacritty/module.nix b/modules/by-name/al/alacritty/module.nix
index 33db0d3e..fc626375 100644
--- a/modules/by-name/al/alacritty/module.nix
+++ b/modules/by-name/al/alacritty/module.nix
@@ -103,7 +103,7 @@ in {
                   mods = "Control|Shift";
                 };
                 post_processing = false;
-                regex = "([^ '\"`=:\\[\\(]*/)([^/: '\"`\\)\\]]*)";
+                regex = ''([^ '\"`=:\\[\\(]*/)([^/: '\"`\\)\\]]*)'';
               }
               {
                 action = "Paste";
@@ -112,7 +112,7 @@ in {
                   mods = "Control|Shift";
                 };
                 post_processing = false;
-                regex = "([a-z0-9]{7,40})\\s";
+                regex = ''([a-z0-9]{7,40})\\s'';
               }
             ];
           };