diff --git a/modules/home/yazi.nix b/modules/home/yazi.nix index 6137a78..4117873 100644 --- a/modules/home/yazi.nix +++ b/modules/home/yazi.nix @@ -30,7 +30,7 @@ }; opener = { edit = [ - { run = "emacsclient -r -n \"$@\""; } + { run = "emacsclient -r -n \"$@\""; desc = "open in current emacsclient"; orphan = true; } ]; extract = [ { run = "ouch d -y \"%*\""; desc = "Extract here with ouch"; for = "windows"; }