config

NixOS config
Log | Files | Refs | README | LICENSE

commit f72fc7d3c82bb5c868c9e59f4e471c19b1937987 (tree)
parent 40c5d153dbd59cdd272732ce5b2ab7fe3150839f
Author: Motiejus Jakštys <motiejus@jakstys.lt>
Date:   Thu, 12 Feb 2026 01:29:25 +0200

extra args

Diffstat:
Mpkgs/sand.nix | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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 ''; }