nix/home/config/sway/module/Terminal.nix

8 lines
144 B
Nix

{ ... }: {
text = ''
set $term foot
bindsym --to-code $mod+Escape exec $term -e bash -i -c "tmux new-session -A -s $USER; bash -i"
'';
}