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