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 = {
|
programs.ghostty = {
|
||||||
enable = true;
|
enable = true;
|
||||||
package = null;
|
package = null;
|
||||||
|
|
||||||
settings = {
|
settings = {
|
||||||
theme = "dracula";
|
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 = {
|
themes.dracula = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue