From 256dcb2be1e6511c89ea9f86854f69c1aea563b2 Mon Sep 17 00:00:00 2001 From: 0xrsydn Date: Fri, 3 Oct 2025 11:02:49 +0700 Subject: [PATCH] fix: ghostty --- modules/home/rsydn/programs/ghostty.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/modules/home/rsydn/programs/ghostty.nix b/modules/home/rsydn/programs/ghostty.nix index fec4e86..3ebdfca 100644 --- a/modules/home/rsydn/programs/ghostty.nix +++ b/modules/home/rsydn/programs/ghostty.nix @@ -1,11 +1,12 @@ -{ ... }: { +{ config, ... }: { programs.ghostty = { enable = true; package = null; settings = { theme = "dracula"; - command = "shell:$SHELL -lc 'tmux new-session -A -s ghostty'"; + command = + "shell:${config.home.profileDirectory}/bin/tmux new-session -A -s ghostty"; }; themes.dracula = {