diff --git a/pkgs/sand.nix b/pkgs/sand.nix index 3a2f4f5..aa02bc5 100644 --- a/pkgs/sand.nix +++ b/pkgs/sand.nix @@ -34,7 +34,7 @@ writeShellApplication { --chdir "$HOME/code" \ --unshare-user \ --uid 1001 --gid 1001 -- \ - ${pkgs.tmux}/bin/tmux new-session -s claude "claude --allow-dangerously-skip-permissions" \; \ + ${pkgs.tmux}/bin/tmux new-session -s claude "claude --allow-dangerously-skip-permissions $*" \; \ set -g status-bg cyan ''; }