From 96d049445b39305a4a398a80ce45ac2b68c48af0 Mon Sep 17 00:00:00 2001 From: notohh Date: Mon, 22 Jan 2024 03:48:51 -0500 Subject: [PATCH] openers: fmting --- home/yazi/openers.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/home/yazi/openers.nix b/home/yazi/openers.nix index eb0dd24..2a20753 100644 --- a/home/yazi/openers.nix +++ b/home/yazi/openers.nix @@ -25,7 +25,7 @@ opener = { text = [ { - exec = ''hx "$@"''; + exec = ''hx "$@" ''; for = "linux"; } ]; @@ -38,7 +38,7 @@ ]; video = [ { - exec = ''mpv "$@"''; + exec = ''mpv "$@" ''; block = true; for = "linux"; }