From 766b5288c9fa6a88c98f52de03ed45653f0e6b77 Mon Sep 17 00:00:00 2001 From: 0xrsydn Date: Thu, 2 Oct 2025 09:49:12 +0700 Subject: [PATCH] feat:append tmux new session to ghostty --- modules/home/rsydn/programs/ghostty.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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";