diff --git a/modules/home/rsydn/programs/ghostty.nix b/modules/home/rsydn/programs/ghostty.nix index 00fe2ec..376199b 100644 --- a/modules/home/rsydn/programs/ghostty.nix +++ b/modules/home/rsydn/programs/ghostty.nix @@ -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";