Files
nix-config/modules/hm/ghostty.nix

12 lines
214 B
Nix

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