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

8 lines
144 B
Nix
Raw Normal View History

2024-08-20 20:24:43 +03:00
{ ... }: {
2024-04-06 03:03:58 +03:00
text = ''
2024-08-20 20:24:43 +03:00
set $term foot
2024-04-06 03:03:58 +03:00
2024-08-20 15:14:18 +03:00
bindsym --to-code $mod+Escape exec $term -e bash -i -c "tmux new-session -A -s $USER; bash -i"
2024-04-06 03:03:58 +03:00
'';
}