Files
nix-config/modules/home/ghostty.nix
2025-06-19 22:48:22 +02:00

12 lines
214 B
Nix

{
programs.ghostty = {
enable = true;
enableFishIntegration = true;
settings = {
"font-family" = "Intel One Mono";
"theme" = "GruvboxDark";
"background-opacity" = 0.6;
};
};
}