From f0b22c86811b386a248b7944ec9e99a8de6b87ae Mon Sep 17 00:00:00 2001 From: RGBCube Date: Sat, 7 Jun 2025 21:55:53 +0300 Subject: [PATCH] helix: expand arguments in wrapper --- modules/common/helix.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/common/helix.nix b/modules/common/helix.nix index 09c5d4f..7cdab0f 100644 --- a/modules/common/helix.nix +++ b/modules/common/helix.nix @@ -28,7 +28,7 @@ in { kitty @ set-spacing padding=0 } - RUST_BACKTRACE=full ^hx ...$arguments + RUST_BACKTRACE=full ^hx ...($arguments | each { glob $in } | flatten) if $env.TERM == "xterm-kitty" { kitty @ set-spacing padding=${toString config.theme.padding}