Files
nix-config/modules/home/ghostty.nix
2025-06-18 17:34:15 +02:00

11 lines
174 B
Nix

{
programs.ghostty = {
enable = true;
enableFishIntegration = true;
settings = {
"font" = "Intel One Mono";
"theme" = "gruvbox-dark";
};
};
}