fix: ghostty
This commit is contained in:
parent
5754a825c7
commit
256dcb2be1
1 changed files with 3 additions and 2 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue