Files
nix-config/modules/hm/ghostty.nix
2025-12-08 16:19:39 +01:00

12 lines
215 B
Nix

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