fix: ghostty

This commit is contained in:
Rasyidan Akbar F. 2025-10-03 11:02:49 +07:00
commit 256dcb2be1

View file

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