12 lines
214 B
Nix
12 lines
214 B
Nix
{
|
|
programs.ghostty = {
|
|
enable = true;
|
|
enableFishIntegration = true;
|
|
settings = {
|
|
"font-family" = "Intel One Mono";
|
|
"theme" = "GruvboxDark";
|
|
"background-opacity" = 0.6;
|
|
};
|
|
};
|
|
}
|