build(nix/flake): removing the lazydocker from tmux-setup

This commit is contained in:
Raphael 2026-02-12 16:40:37 +01:00
parent 4193c635ff
commit ae6fcff122
No known key found for this signature in database

View file

@ -29,8 +29,6 @@
tmux send-keys -t $SESSION:0.1 'exec zsh' C-m tmux send-keys -t $SESSION:0.1 'exec zsh' C-m
tmux new-window -t $SESSION:1 -n git -c "$DIR" tmux new-window -t $SESSION:1 -n git -c "$DIR"
tmux send-keys -t $SESSION:1 'lazygit' C-m tmux send-keys -t $SESSION:1 'lazygit' C-m
tmux new-window -t $SESSION:2 -n docker -c "$DIR"
tmux send-keys -t $SESSION:2 'lazydocker' C-m
fi fi
tmux select-window -t $SESSION:0 tmux select-window -t $SESSION:0
tmux select-pane -t $SESSION:0.0 tmux select-pane -t $SESSION:0.0