feat:append tmux new session to ghostty

This commit is contained in:
Rasyidan Akbar F. 2025-10-02 09:49:12 +07:00
commit 766b5288c9

View file

@ -3,7 +3,10 @@
enable = true;
package = null;
settings = { theme = "dracula"; };
settings = {
theme = "dracula";
command = "shell:tmux new-session -A -s ghostty";
};
themes.dracula = {
background = "282a36";