feat: Added live iso for nix

This commit is contained in:
Uttarayan Mondal
2024-05-14 03:00:39 +05:30
parent 188e6d93a0
commit ca5e72ddc0
5 changed files with 34 additions and 25 deletions

View File

@@ -5,7 +5,7 @@
if [ "$(tmux display-message -p -F "#{session_name}")" = "scratch" ];then
tmux detach-client
else
tmux popup -d '#{pane_current_path}' -xC -yC -w$width -h$height -E "tmux attach -t scratch || tmux new -s scratch"
tmux popup -d '#{pane_current_path}' -xC -yC -w$width -h$height -E "tmux new -A -s scratch"
fi
'';
in {