feat:append tmux new session to ghostty
This commit is contained in:
parent
93e0ff494e
commit
766b5288c9
1 changed files with 4 additions and 1 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue