diff --git a/home/modules/tmux-sessionizer.nix b/home/modules/tmux-sessionizer.nix index e0bf9b9..70752f3 100644 --- a/home/modules/tmux-sessionizer.nix +++ b/home/modules/tmux-sessionizer.nix @@ -41,7 +41,7 @@ in lib.mkDefault (pkgs.writeShellApplication { name = "tmux-sessionizer"; runtimeInputs = with pkgs; [ tmux fzf findutils coreutils procps ]; - text = /* bash */ '' + text = '' if [[ $# -eq 1 ]]; then selected=$1 else