diff --git a/home/modules/tmux-sessionizer.nix b/home/modules/tmux-sessionizer.nix index 01c10c3..b2640da 100644 --- a/home/modules/tmux-sessionizer.nix +++ b/home/modules/tmux-sessionizer.nix @@ -48,7 +48,7 @@ in if [[ $# -eq 1 ]]; then selected=$1 else - selected=$(${find} -L ${lib.escapeShellArgs cfg.paths} -mindepth 1 -maxdepth 1 -type d | ${fzf}) + selected=$(${find} -L ${lib.concatStringsSep " " cfg.paths} -mindepth 1 -maxdepth 1 -type d | ${fzf}) fi if [[ -z $selected ]]; then