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 = {