From 5754a825c7f15829c4a251321cf7c81dc374c904 Mon Sep 17 00:00:00 2001 From: 0xrsydn Date: Thu, 2 Oct 2025 11:55:58 +0700 Subject: [PATCH] fix: tmux auto launch in ghostty --- modules/home/rsydn/programs/ghostty.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/home/rsydn/programs/ghostty.nix b/modules/home/rsydn/programs/ghostty.nix index 376199b..fec4e86 100644 --- a/modules/home/rsydn/programs/ghostty.nix +++ b/modules/home/rsydn/programs/ghostty.nix @@ -5,7 +5,7 @@ settings = { theme = "dracula"; - command = "shell:tmux new-session -A -s ghostty"; + command = "shell:$SHELL -lc 'tmux new-session -A -s ghostty'"; }; themes.dracula = {