NLNM2ZPRHH3ALOE2BJAQQ46E26KRSUHLTGR4ZOTISOBLJZIFRY5QC {programs.yazi.enable = true;}
home.file.".config/helix/yazi-picker.sh" = {text = ''#!/usr/bin/env bashpaths=$(yazi "$2" --chooser-file=/dev/stdout | while read -r; do printf "%q " "$REPLY"; done)if [[ -n "$paths" ]]; thenzellij action toggle-floating-paneszellij action write 27 # send <Escape> keyzellij action write-chars ":$1 $paths"zellij action write 13 # send <Enter> keyelsezellij action toggle-floating-panesfi'';};