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

9 lines
150 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"
'';
}